-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat!: Bootstrap test integration and change in buckets creation #41
feat!: Bootstrap test integration and change in buckets creation #41
Conversation
"github.com/stretchr/testify/assert" | ||
"github.com/terraform-google-modules/terraform-example-foundation/test/integration/testutils" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO the upstream isn't expecting external use, so I'd suggest we include the required function in this repo to minimize any future compatibility issues.
More ideally it would be added to blueprint-test utils
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are planning to move this function (and others we have on foundation) to this repo you mention.
We just didn't do yet to not block the PRs here.
But ASAP we will move all utils to toolkit.
/gcbrun |
From the INT test:
|
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some comments on things that I think we can improve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - A few minor nits to resolve prior to merging
@gtsorbo - Ready for your review
Hi, @gtsorbo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one nit
@gtsorbo, ready for your review
@@ -0,0 +1,31 @@ | |||
// Copyright 2022 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Copyright 2022 Google LLC | |
// Copyright 2024 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we fix this on the PR #61 ?
This build is green and ready to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
Hello folks,
This PR contains:
Add "location", "trigger_location" and "tf_apply_branches" variables in "tf_cloudbuild_workspace" module.
Change in bucket creation: