@@ -369,17 +369,17 @@ steps:
369369 waitFor :
370370 - create-all
371371 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
372- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge node-pool-local ']
372+ args : ['/bin/bash', '-c', 'cft test run TestNodePool --stage apply --verbose ']
373373- id : verify node-pool-local
374374 waitFor :
375375 - converge node-pool-local
376376 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
377- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify node-pool-local ']
377+ args : ['/bin/bash', '-c', 'cft test run TestNodePool --stage verify --verbose ']
378378- id : destroy node-pool-local
379379 waitFor :
380380 - verify node-pool-local
381381 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
382- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy node-pool-local ']
382+ args : ['/bin/bash', '-c', 'cft test run TestNodePool --stage destroy --verbose ']
383383- id : init sandbox-enabled-local
384384 waitFor :
385385 - create-all
@@ -404,32 +404,32 @@ steps:
404404 waitFor :
405405 - create-all
406406 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
407- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge workload-identity-local ']
407+ args : ['/bin/bash', '-c', 'cft test run TestWorkloadIdentity --stage apply --verbose ']
408408- id : verify workload-identity-local
409409 waitFor :
410410 - converge workload-identity-local
411411 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
412- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify workload-identity-local ']
412+ args : ['/bin/bash', '-c', 'cft test run TestWorkloadIdentity --stage verify --verbose ']
413413- id : destroy workload-identity-local
414414 waitFor :
415415 - verify workload-identity-local
416416 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
417- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy workload-identity-local ']
417+ args : ['/bin/bash', '-c', 'cft test run TestWorkloadIdentity --stage destroy --verbose ']
418418- id : converge safer-cluster-iap-bastion-local
419419 waitFor :
420420 - create-all
421421 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
422- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge safer-cluster-iap-bastion-local ']
422+ args : ['/bin/bash', '-c', 'cft test run TestSaferClusterIapBastion --stage apply --verbose ']
423423- id : verify safer-cluster-iap-bastion-local
424424 waitFor :
425425 - converge safer-cluster-iap-bastion-local
426426 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
427- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify safer-cluster-iap-bastion-local ']
427+ args : ['/bin/bash', '-c', 'cft test run TestSaferClusterIapBastion --stage verify --verbose ']
428428- id : destroy safer-cluster-iap-bastion-local
429429 waitFor :
430430 - verify safer-cluster-iap-bastion-local
431431 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
432- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy safer-cluster-iap-bastion-local ']
432+ args : ['/bin/bash', '-c', 'cft test run TestSaferClusterIapBastion --stage teardown --verbose ']
433433- id : init simple-zonal-with-asm-local
434434 waitFor :
435435 - create-all
0 commit comments