Skip to content

Commit

Permalink
chore: adds back the postgresql-public-iam int test (#254)
Browse files Browse the repository at this point in the history
* chore:adds the pg-iam int test back

* fixed whitespace

Co-authored-by: Awais Malik <[email protected]>
  • Loading branch information
g-awmalik and g-awmalik authored Nov 3, 2021
1 parent f38ec1a commit a53fdac
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ steps:
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy postgresql-public-local']
timeout: 1800s

- id: converge-postgresql-public-iam-local
waitFor:
- create-all
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 converge postgresql-public-iam-local']
timeout: 3600s
- id: verify-postgresql-public-iam-local
waitFor:
- converge-postgresql-public-iam-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 verify postgresql-public-iam-local']
- id: destroy-postgresql-public-iam-local
waitFor:
- verify-postgresql-public-iam-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 postgresql-public-iam-local']
timeout: 1800s

- id: converge-mssql-public-local
waitFor:
- create-all
Expand Down
5 changes: 5 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ suites:
name: terraform
root_module_directory: test/fixtures/postgresql-public
command_timeout: 1800
- name: postgresql-public-iam
driver:
name: terraform
root_module_directory: test/fixtures/postgresql-public-iam
command_timeout: 1800
- name: mysql-private
driver:
name: terraform
Expand Down

0 comments on commit a53fdac

Please sign in to comment.