Skip to content

Commit e86345c

Browse files
committed
chore: readded kitchen tests
1 parent a44706d commit e86345c

File tree

5 files changed

+7
-158
lines changed

5 files changed

+7
-158
lines changed

build/int.cloudbuild.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ steps:
2525
- 'TF_VAR_folder_id=$_FOLDER_ID'
2626
- 'TF_VAR_billing_account=$_BILLING_ACCOUNT'
2727

28-
- id: init-all
28+
- id: create all
2929
waitFor:
3030
- prepare
3131
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
32+
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
33+
34+
- id: init-all
35+
waitFor:
36+
- create all
37+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
3238
args: ['/bin/bash', '-c', 'cft test run all --stage init --verbose']
3339

3440
# ----- SUITE simple-composer-env-v2

test/fixtures/simple-composer-env-v3/main.tf

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

test/fixtures/simple-composer-env-v3/network.tf

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

test/fixtures/simple-composer-env-v3/outputs.tf

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

test/fixtures/simple-composer-env-v3/variables.tf

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

0 commit comments

Comments
 (0)