File tree Expand file tree Collapse file tree
tools/cloud-build/daily-tests/builds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,11 +51,7 @@ steps:
5151 exit 1
5252 fi
5353 set -x
54- cd /workspace
55- gsutil cp gs://$${GCLUSTER_GCS_PATH}/latest/gcluster-bundle.zip .
56- unzip -o gcluster-bundle.zip
57- # Grant execution permissions to the binary
58- chmod +x gcluster
54+ cd /workspace && make
5955 REGION="$${ZONE%-*}"
6056 BUILD_ID_SHORT=$${BUILD_ID:0:6}
6157 BLUEPRINT="/workspace/examples/h4d-vm.yaml"
6965 --extra-vars="project=${PROJECT_ID} build=$${BUILD_ID_SHORT}" \
7066 --extra-vars="region=$${REGION} zone=$${ZONE}" \
7167 --extra-vars="@tools/cloud-build/daily-tests/tests/h4d-vm.yml"
72- secretEnv : ['GCLUSTER_GCS_PATH']
73- availableSecrets :
74- secretManager :
75- - versionName : projects/${PROJECT_ID}/secrets/gcluster-develop-release-bucket/versions/latest
76- env : ' GCLUSTER_GCS_PATH'
You can’t perform that action at this time.
0 commit comments