Skip to content

Commit 3cdd181

Browse files
committed
chore: added sleep
1 parent b942489 commit 3cdd181

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,10 @@ 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-
- id: sleep-60-seconds
52-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
53-
args: ['/bin/bash', '-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']
54-
5551
# ----- SUITE composer-v2-sharedvpc-prereq-local
5652

5753
- id: init-composer-v2-sharedvpc-prereq
5854
waitFor:
59-
- sleep-60-seconds
6055
- verify-simple-composer-env-v2
6156
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
6257
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage init --verbose']
@@ -81,7 +76,7 @@ steps:
8176

8277
- id: init-simple-composer-env-v3
8378
waitFor:
84-
- prepare
79+
- verify-composer-v2-sharedvpc-prereq
8580
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8681
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage init --verbose']
8782
- id: apply-simple-composer-env-v3

0 commit comments

Comments
 (0)