We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d35e98 commit 0be27b3Copy full SHA for 0be27b3
cloudbuild.yaml
@@ -92,7 +92,7 @@ steps:
92
terraform apply \
93
-var-file=a3ultra_workloads.tfvars \
94
-var=project_id=$PROJECT_ID \
95
- -var=goog_cm_deployment_name="cloudbuild-hcc-test" \
+ -var=goog_cm_deployment_name="hcc-$_BUILD_ID" \
96
-auto-approve -no-color
97
98
echo "pass" > /workspace/hcc_result.txt
@@ -111,7 +111,7 @@ steps:
111
terraform destroy \
112
113
114
115
116
allowFailure: true
117
waitFor: ['test hcc']
0 commit comments