diff --git a/build/int.cloudbuild.yaml b/build/int.cloudbuild.yaml index 7457879381..ee9995867c 100644 --- a/build/int.cloudbuild.yaml +++ b/build/int.cloudbuild.yaml @@ -266,26 +266,26 @@ steps: - verify node-pool-local name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy node-pool-local'] -- id: init node-pool-compact-placement-beta - waitFor: - - prepare - name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' - args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage init --verbose'] -- id: apply node-pool-compact-placement-beta - waitFor: - - init node-pool-compact-placement-beta - name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' - args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage apply --verbose'] -- id: verify node-pool-compact-placement-beta - waitFor: - - apply node-pool-compact-placement-beta - name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' - args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage verify --verbose'] -- id: teardown node-pool-compact-placement-beta - waitFor: - - verify node-pool-compact-placement-beta - name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' - args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage teardown --verbose'] +# - id: init node-pool-compact-placement-beta +# waitFor: +# - prepare +# name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' +# args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage init --verbose'] +# - id: apply node-pool-compact-placement-beta +# waitFor: +# - init node-pool-compact-placement-beta +# name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' +# args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage apply --verbose'] +# - id: verify node-pool-compact-placement-beta +# waitFor: +# - apply node-pool-compact-placement-beta +# name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' +# args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage verify --verbose'] +# - id: teardown node-pool-compact-placement-beta +# waitFor: +# - verify node-pool-compact-placement-beta +# name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS' +# args: ['/bin/bash', '-c', 'cft test run TestNodePoolCompactPlacement --stage teardown --verbose'] - id: converge sandbox-enabled-local waitFor: - create all