@@ -21,15 +21,15 @@ steps:
2121 - ' TF_VAR_org_id=$_ORG_ID'
2222 - ' TF_VAR_folder_id=$_FOLDER_ID'
2323 - ' TF_VAR_billing_account=$_BILLING_ACCOUNT'
24-
25- - id : create-postgresql-public-local
24+ - id : create-all
2625 waitFor :
2726 - prepare
2827 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
29- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create postgresql-public-local']
28+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
29+
3030 - id : converge-postgresql-public-local
3131 waitFor :
32- - create-postgresql-public-local
32+ - create-all
3333 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
3434 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge postgresql-public-local']
3535 timeout : 3600s
@@ -45,14 +45,9 @@ steps:
4545 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy postgresql-public-local']
4646 timeout : 1800s
4747
48- - id : create-mssql-public-local
49- waitFor :
50- - prepare
51- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
52- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create mssql-public-local']
5348 - id : converge-mssql-public-local
5449 waitFor :
55- - create-mssql-public-local
50+ - create-all
5651 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
5752 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge mssql-public-local']
5853 timeout : 3600s
@@ -68,14 +63,9 @@ steps:
6863 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy mssql-public-local']
6964 timeout : 1800s
7065
71- - id : create-mysql-public-local
72- waitFor :
73- - prepare
74- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
75- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create mysql-public-local']
7666 - id : converge-mysql-public-local
7767 waitFor :
78- - create-mysql-public-local
68+ - create-all
7969 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8070 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge mysql-public-local']
8171 timeout : 3600s
@@ -91,14 +81,9 @@ steps:
9181 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy mysql-public-local']
9282 timeout : 1800s
9383
94- - id : create-mysql-ha-local
95- waitFor :
96- - prepare
97- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
98- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create mysql-ha-local']
9984 - id : converge-mysql-ha-local
10085 waitFor :
101- - create-mysql-ha-local
86+ - create-all
10287 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
10388 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge mysql-ha-local']
10489 timeout : 3600s
@@ -114,14 +99,9 @@ steps:
11499 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy mysql-ha-local']
115100 timeout : 1800s
116101
117- - id : create-postgresql-ha-local
118- waitFor :
119- - prepare
120- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
121- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create postgresql-ha-local']
122102 - id : converge-postgresql-ha-local
123103 waitFor :
124- - create-postgresql-ha-local
104+ - create-all
125105 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
126106 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge postgresql-ha-local']
127107 timeout : 3600s
@@ -137,14 +117,9 @@ steps:
137117 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy postgresql-ha-local']
138118 timeout : 1800s
139119
140- - id : create-mssql-ha-local
141- waitFor :
142- - prepare
143- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
144- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create mssql-ha-local']
145120 - id : converge-mssql-ha-local
146121 waitFor :
147- - create-mssql-ha-local
122+ - create-all
148123 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
149124 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge mssql-ha-local']
150125 timeout : 3600s
@@ -160,14 +135,9 @@ steps:
160135 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy mssql-ha-local']
161136 timeout : 1800s
162137
163- - id : create-mysql-private-local
164- waitFor :
165- - prepare
166- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
167- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create mysql-private-local']
168138 - id : converge-mysql-private-local
169139 waitFor :
170- - create-mysql-private-local
140+ - create-all
171141 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
172142 args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge mysql-private-local']
173143 timeout : 3600s
@@ -188,4 +158,4 @@ tags:
188158 - ' integration'
189159substitutions :
190160 _DOCKER_IMAGE_DEVELOPER_TOOLS : ' cft/developer-tools'
191- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 0.13 '
161+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS : ' 1.0 '
0 commit comments