@@ -305,21 +305,21 @@ steps:
305305 - verify deploy-service-local
306306 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
307307 args : ['/bin/bash', '-c', 'cft test run TestDeployService --stage destroy --verbose']
308- - id : converge node-pool-local
308+ - id : apply node-pool-local
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 :
315- - converge node-pool-local
315+ - apply 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
0 commit comments