Skip to content

Commit

Permalink
disabling compact example test
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Sep 7, 2022
1 parent ddd8b96 commit b36286b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b36286b

Please sign in to comment.