Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update architecture diagrams #241

Merged

Conversation

davenportjw
Copy link
Collaborator

  • updates architecture diagrams for Workflows and removes Functions

@davenportjw davenportjw requested a review from a team as a code owner July 31, 2023 19:16
@davenportjw
Copy link
Collaborator Author

/gcbrun

Copy link
Contributor

@g-awmalik g-awmalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor nit.

@@ -39,6 +39,9 @@ steps:
- id: apply-dwh
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestDataWarehouse --stage apply --verbose']
- id: wait-for-post-apply-steps
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['sleep', '$_API_ACTIVATION_SECONDS_WAIT']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: do you want to just pass the arg for the no. of seconds here directly instead of using a variable? Also, _API_ACTIVATION_SECONDS_WAIT isn't really accurate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this wait is needed during local test execution too, doing it within verify func with time.sleep() is better.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

local tests in this still assume running all of the apply stages prior correct?

@davenportjw davenportjw merged commit bc5abf8 into terraform-google-modules:master Sep 11, 2023
4 checks passed
@davenportjw davenportjw deleted the updated-architecture branch September 11, 2023 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants