Skip to content

Commit b7472bd

Browse files
authored
chore: remove tests for composer env v1 (#125)
1 parent 1e25e19 commit b7472bd

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

build/int.cloudbuild.yaml

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -78,64 +78,6 @@ steps:
7878
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
7979
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage destroy --verbose']
8080

81-
# ----- SUITE simple-composer-env-v1-local
82-
83-
- id: init-simple-composer-env-v1
84-
waitFor:
85-
- destroy-simple-composer-env-v2
86-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
87-
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV1Module --stage init --verbose']
88-
- id: apply-simple-composer-env-v1
89-
waitFor:
90-
- init-simple-composer-env-v1
91-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
92-
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV1Module --stage apply --verbose']
93-
- id: verify-simple-composer-env-v1
94-
waitFor:
95-
- apply-simple-composer-env-v1
96-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
97-
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV1Module --stage verify --verbose']
98-
- id: destroy-simple-composer-env-v1
99-
waitFor:
100-
- verify-simple-composer-env-v1
101-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
102-
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV1Module --stage destroy --verbose']
103-
# ----- SUITE airflow-connection-local
104-
105-
- id: converge airflow-connection-local
106-
waitFor:
107-
- destroy-simple-composer-env-v1
108-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
109-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge airflow-connection-local']
110-
- id: verify airflow-connection-local
111-
waitFor:
112-
- converge airflow-connection-local
113-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
114-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify airflow-connection-local']
115-
# - id: destroy airflow-connection-local
116-
# waitFor:
117-
# - verify airflow-connection-local
118-
# name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
119-
# args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy airflow-connection-local']
120-
121-
122-
# ----- SUITE airflow-pool-local
123-
124-
- id: converge airflow-pool-local
125-
waitFor:
126-
- destroy-simple-composer-env-v1
127-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
128-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do converge airflow-pool-local']
129-
- id: verify airflow-pool-local
130-
waitFor:
131-
- converge airflow-pool-local
132-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
133-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do verify airflow-pool-local']
134-
# - id: destroy airflow-pool-local
135-
# waitFor:
136-
# - verify airflow-pool-local
137-
# name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
138-
# args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy airflow-pool-local']
13981
tags:
14082
- 'ci'
14183
- 'integration'

0 commit comments

Comments
 (0)