Skip to content

Commit 7b535fa

Browse files
committed
chore: added sleep
1 parent c3ed0d3 commit 7b535fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,16 @@ steps:
4848
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
4949
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage destroy --verbose']
5050

51+
steps:
52+
- id: sleep-60-seconds
53+
name: 'gcr.io/cloud-builders/bash'
54+
args: ['-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']
5155

5256
# ----- SUITE composer-v2-sharedvpc-prereq-local
5357

5458
- id: init-composer-v2-sharedvpc-prereq
5559
waitFor:
56-
- prepare
60+
- sleep-60-seconds
5761
- destroy-simple-composer-env-v2
5862
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
5963
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage init --verbose']

0 commit comments

Comments
 (0)