Skip to content

Commit 509198e

Browse files
committed
disable cleanup for debugging
1 parent 0a42e48 commit 509198e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

run/system-package/test/e2e_test_cleanup.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ steps:
2121
args:
2222
- '-c'
2323
- |
24-
./test/retry.sh "gcloud container images describe gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}" \
25-
"gcloud container images delete gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} --quiet"
24+
echo "temporarily disble cleanup"
25+
#./test/retry.sh "gcloud container images describe gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}" \
26+
# "gcloud container images delete gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} --quiet"
2627
27-
./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION} --platform ${_PLATFORM}" \
28-
"gcloud run services delete ${_SERVICE} --region ${_REGION} --platform ${_PLATFORM} --quiet"
28+
#./test/retry.sh "gcloud run services describe ${_SERVICE} --region ${_REGION} --platform ${_PLATFORM}" \
29+
# "gcloud run services delete ${_SERVICE} --region ${_REGION} --platform ${_PLATFORM} --quiet"
2930
3031
substitutions:
3132
_SERVICE: system-package

0 commit comments

Comments
 (0)