@@ -81,28 +81,11 @@ steps:
8181 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy mssql-public-local']
8282 timeout : 1800s
8383
84- - id : go-init- mysql-public
84+ - id : mysql-public
8585 waitFor :
8686 - prepare
8787 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
88- args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=init go test -v -run TestMySqlPublicModule ./... -p 1']
89- - id : go-apply-mysql-public
90- waitFor :
91- - go-init-mysql-public
92- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
93- args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=apply go test -v -run TestMySqlPublicModule ./... -p 1']
94- timeout : 3600s
95- - id : go-verify-mysql-public
96- waitFor :
97- - go-apply-mysql-public
98- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
99- args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=verify go test -v -run TestMySqlPublicModule ./... -p 1']
100- - id : go-destroy-mysql-public
101- waitFor :
102- - go-verify-mysql-public
103- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
104- args : ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=teardown go test -v -run TestMySqlPublicModule ./... -p 1']
105- timeout : 1800s
88+ args : ['/bin/bash', '-c', 'cft test run TestMySqlPublicModule --verbose']
10689
10790 - id : converge-mysql-ha-local
10891 waitFor :
@@ -181,4 +164,4 @@ tags:
181164 - ' integration'
182165substitutions :
183166 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
184- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.0 '
167+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.3 '
0 commit comments