Skip to content

Commit 5f9184d

Browse files
committed
Revert "* Fix #93 Added tests for cluster auto scaling"
This reverts commit 5c29c90
1 parent 5c29c90 commit 5f9184d

File tree

4 files changed

+0
-101
lines changed

4 files changed

+0
-101
lines changed

.kitchen.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ suites:
5252
systems:
5353
- name: simple_regional
5454
backend: local
55-
- name: "simple_regional_beta"
56-
driver:
57-
root_module_directory: test/fixtures/simple_regional_beta
58-
verifier:
59-
systems:
60-
- name: simple_regional_beta
61-
backend: local
6255
- name: "simple_regional_with_networking"
6356
driver:
6457
root_module_directory: test/fixtures/simple_regional_with_networking

build/int.cloudbuild.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,6 @@ steps:
8181
- verify simple-regional-local
8282
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8383
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-local']
84-
- id: create simple-regional-beta-local
85-
waitFor:
86-
- prepare
87-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
88-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create simple-regional-beta-local']
89-
- id: converge simple-regional-beta-local
90-
waitFor:
91-
- create simple-regional-beta-local
92-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
93-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge simple-regional-beta-local']
94-
- id: verify simple-regional-beta-local
95-
waitFor:
96-
- converge simple-regional-beta-local
97-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
98-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify simple-regional-beta-local']
99-
- id: destroy simple-regional-beta-local
100-
waitFor:
101-
- verify simple-regional-beta-local
102-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
103-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy simple-regional-beta-local']
10484
- id: create simple-regional-private-local
10585
waitFor:
10686
- prepare

test/integration/simple_regional_beta/controls/gcloud.rb

Lines changed: 0 additions & 57 deletions
This file was deleted.

test/integration/simple_regional_beta/inspec.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)