@@ -309,17 +309,17 @@ steps:
309309 waitFor :
310310 - create-all
311311 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
312- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge node-pool-local ']
312+ args : ['/bin/bash', '-c', 'cft test run TestNodePool --stage apply --verbose ']
313313- id : verify node-pool-local
314314 waitFor :
315315 - converge node-pool-local
316316 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
317- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify node-pool-local ']
317+ args : ['/bin/bash', '-c', 'cft test run TestNodePool --stage verify --verbose ']
318318- id : destroy node-pool-local
319319 waitFor :
320320 - verify node-pool-local
321321 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
322- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy node-pool-local ']
322+ args : ['/bin/bash', '-c', 'cft test run TestNodePool --stage destroy --verbose ']
323323- id : apply sandbox-enabled-local
324324 waitFor :
325325 - create-all
@@ -339,32 +339,32 @@ steps:
339339 waitFor :
340340 - create-all
341341 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
342- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge workload-identity-local ']
342+ args : ['/bin/bash', '-c', 'cft test run TestWorkloadIdentity --stage apply --verbose ']
343343- id : verify workload-identity-local
344344 waitFor :
345345 - converge workload-identity-local
346346 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
347- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify workload-identity-local ']
347+ args : ['/bin/bash', '-c', 'cft test run TestWorkloadIdentity --stage verify --verbose ']
348348- id : destroy workload-identity-local
349349 waitFor :
350350 - verify workload-identity-local
351351 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
352- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-identity-local ']
352+ args : ['/bin/bash', '-c', 'cft test run TestWorkloadIdentity --stage destroy --verbose ']
353353- id : converge safer-cluster-iap-bastion-local
354354 waitFor :
355355 - create-all
356356 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
357- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge safer-cluster-iap-bastion-local ']
357+ args : ['/bin/bash', '-c', 'cft test run TestSaferClusterIapBastion --stage apply --verbose ']
358358- id : verify safer-cluster-iap-bastion-local
359359 waitFor :
360360 - converge safer-cluster-iap-bastion-local
361361 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
362- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify safer-cluster-iap-bastion-local ']
362+ args : ['/bin/bash', '-c', 'cft test run TestSaferClusterIapBastion --stage verify --verbose ']
363363- id : destroy safer-cluster-iap-bastion-local
364364 waitFor :
365365 - verify safer-cluster-iap-bastion-local
366366 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
367- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy safer-cluster-iap-bastion-local ']
367+ args : ['/bin/bash', '-c', 'cft test run TestSaferClusterIapBastion --stage teardown --verbose ']
368368- id : apply simple-zonal-with-asm-local
369369 waitFor :
370370 - create-all
0 commit comments