We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e4f8b commit 7605046Copy full SHA for 7605046
1 file changed
cloudbuild-cleanup.yaml
@@ -1,8 +1,13 @@
1
steps:
2
- name: $_TEST_RUNNER_IMAGE
3
+ id: cleanup
4
dir: /
5
+ timeout: 600s
6
args:
7
- cleanup
8
- --environment=$_E2E_ENVIRONMENT
9
- --project-id=$PROJECT_ID
10
- --test-run-id=$_TEST_RUN_ID
11
+
12
+substitutions:
13
+ _TEST_RUN_ID: $BUILD_ID
0 commit comments