Skip to content

Commit

Permalink
Revert "fixup"
Browse files Browse the repository at this point in the history
This reverts commit cb00247.
  • Loading branch information
tolusha committed Mar 6, 2024
1 parent cb00247 commit 8ce831c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions build/scripts/minikube-tests/test-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ runTest() {
# Free up some cpu resources
kubectl scale deployment che --replicas=0 -n eclipse-che

# Free up some storage
rm -rf ${OPERATOR_REPO}/tmp

createDevWorkspace
startAndWaitDevWorkspace
stopAndWaitDevWorkspace
Expand Down
3 changes: 0 additions & 3 deletions build/scripts/minikube-tests/test-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ runTest() {
# Free up some cpu resources
kubectl scale deployment che --replicas=0 -n eclipse-che

# Free up storage
rm -rf ${OPERATOR_REPO}/tmp

createDevWorkspace
startAndWaitDevWorkspace
stopAndWaitDevWorkspace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ runTest() {
popd

# Free up some resources
rm -rf ${OPERATOR_REPO}/tmp
minikube image rm quay.io/eclipse/che-plugin-registry:${LAST_PACKAGE_VERSION}
minikube image rm quay.io/eclipse/che-devfile-registry:${LAST_PACKAGE_VERSION}
minikube image rm quay.io/eclipse/che-dashboard:${LAST_PACKAGE_VERSION}
Expand Down

0 comments on commit 8ce831c

Please sign in to comment.