@@ -121,21 +121,21 @@ steps:
121
121
- verify simple-regional-with-kubeconfig-local
122
122
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
123
123
args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-kubeconfig-local']
124
- - id : converge simple-regional-with-gateway-api
124
+ - id : converge simple-regional-with-gateway-api-local
125
125
waitFor :
126
126
- create all
127
127
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
128
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-with-gateway-api']
129
- - id : verify simple-regional-with-gateway-api
128
+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-with-gateway-api-local ']
129
+ - id : verify simple-regional-with-gateway-api-local
130
130
waitFor :
131
- - converge simple-regional-with-gateway-api
131
+ - converge simple-regional-with-gateway-api-local
132
132
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
133
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-regional-with-gateway-api']
134
- - id : destroy simple-regional-with-gateway-api
133
+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-regional-with-gateway-api-local ']
134
+ - id : destroy simple-regional-with-gateway-api-local
135
135
waitFor :
136
- - verify simple-regional-with-gateway-api
136
+ - verify simple-regional-with-gateway-api-local
137
137
name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
138
- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-gateway-api']
138
+ args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-with-gateway-api-local ']
139
139
- id : converge simple-regional-with-networking-local
140
140
waitFor :
141
141
- create all
0 commit comments