We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10dafe commit c2341d6Copy full SHA for c2341d6
1 file changed
tools/cloud-build/daily-tests/builds/h4d-vm.yaml
@@ -52,7 +52,7 @@ steps:
52
fi
53
set -x
54
cd /workspace
55
- gsutil cp gs://cluster-toolkit-gcluster/latest/gcluster .
+ gsutil cp gs://$${GCLUSTER_GCS_PATH}/latest/gcluster .
56
# Grant execution permissions to the binary
57
chmod +x gcluster
58
REGION="$${ZONE%-*}"
@@ -68,3 +68,8 @@ steps:
68
--extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
69
--extra-vars="region=$${REGION} zone=$${ZONE}" \
70
--extra-vars="@tools/cloud-build/daily-tests/tests/h4d-vm.yml"
71
+ secretEnv: ['GCLUSTER_GCS_PATH']
72
+availableSecrets:
73
+ secretManager:
74
+ - versionName: projects/${PROJECT_ID}/secrets/gcluster-develop-release-bucket/versions/latest
75
+ env: 'GCLUSTER_GCS_PATH'
0 commit comments