Skip to content

Commit 5513039

Browse files
committed
chore: parallel test
1 parent 3cdd181 commit 5513039

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ steps:
5252

5353
- id: init-composer-v2-sharedvpc-prereq
5454
waitFor:
55-
- verify-simple-composer-env-v2
55+
- destroy-simple-composer-env-v2
56+
- destroy-simple-composer-env-v3
5657
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
5758
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage init --verbose']
5859
- id: apply-composer-v2-sharedvpc-prereq
@@ -76,7 +77,7 @@ steps:
7677

7778
- id: init-simple-composer-env-v3
7879
waitFor:
79-
- verify-composer-v2-sharedvpc-prereq
80+
- prepare
8081
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8182
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage init --verbose']
8283
- id: apply-simple-composer-env-v3

0 commit comments

Comments
 (0)