Skip to content

Commit 25cf9cd

Browse files
committed
add backend name to gateway api kitchen execution
1 parent 5f34152 commit 25cf9cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build/int.cloudbuild.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,21 @@ steps:
121121
- verify simple-regional-with-kubeconfig-local
122122
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
123123
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
125125
waitFor:
126126
- create all
127127
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
130130
waitFor:
131-
- converge simple-regional-with-gateway-api
131+
- converge simple-regional-with-gateway-api-local
132132
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
135135
waitFor:
136-
- verify simple-regional-with-gateway-api
136+
- verify simple-regional-with-gateway-api-local
137137
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']
139139
- id: converge simple-regional-with-networking-local
140140
waitFor:
141141
- create all

0 commit comments

Comments
 (0)