File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 sleep 15
9999 done
100100 # copy the script to the VM
101- gcloud compute scp main/ storage/cloudbuild/run_zonal_tests.sh ${_VM_NAME}:~ --zone=${_ZONE} --internal-ip --ssh-key-file=/workspace/.ssh/google_compute_engine
101+ gcloud compute scp storage/cloudbuild/run_zonal_tests.sh ${_VM_NAME}:~ --zone=${_ZONE} --internal-ip --ssh-key-file=/workspace/.ssh/google_compute_engine
102102
103103 # Execute the script on the VM via SSH.
104104 # Capture the exit code to ensure cleanup happens before the build fails.
@@ -134,4 +134,4 @@ timeout: "3600s" # 60 minutes
134134options :
135135 logging : CLOUD_LOGGING_ONLY
136136 pool :
137- name : " projects/${PROJECT_ID}/locations/us-central1/workerPools/cloud-build-worker-pool"
137+ name : " projects/${PROJECT_ID}/locations/us-central1/workerPools/cloud-build-worker-pool"
You can’t perform that action at this time.
0 commit comments