Skip to content

Commit 03762b6

Browse files
committed
add gateway kitchen execution to cloud build
1 parent f371bd1 commit 03762b6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

build/int.cloudbuild.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +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
125+
waitFor:
126+
- create all
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
130+
waitFor:
131+
- converge simple-regional-with-gateway-api
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
135+
waitFor:
136+
- verify simple-regional-with-gateway-api
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']
124139
- id: converge simple-regional-with-networking-local
125140
waitFor:
126141
- create all

0 commit comments

Comments
 (0)