Remove tgc build from downstream builder#8472
Conversation
|
/gcbrun |
|
/gcbrun |
1 similar comment
|
/gcbrun |
| pushd $LOCAL_PATH | ||
|
|
||
| if [ "$COMMAND" == "downstream" ]; then | ||
| go get -d github.com/hashicorp/terraform-provider-google-beta@$BASE_BRANCH |
There was a problem hiding this comment.
This line will need to stay, otherwise the downstream branch won't update terraform-provider-google-beta to latest in the go.sum
|
Thankfully we probably can retain the old behavior. For the push_downstream build magic-modules/.ci/gcb-push-downstream.yml Lines 107 to 130 in 07720f6 Looks like this is where the downstreams are built. We need to update the magic-modules/.ci/gcb-push-downstream.yml Line 110 in 07720f6 |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
|
If we're retaining the old behavior doesn't it already wait on everything it needs to wait on? |
|
we changed it to rely on tpgb but this line was never updated. I think its a mishap. |
Tests analyticsTotal tests: Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccContainerAwsNodePool_BetaBasicHandWritten|TestAccBigtableAppProfile_bigtableAppProfileSingleclusterExample |
|
Rerun these tests in REPLAYING mode to catch issues
|
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
Tests analyticsTotal tests: Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccContainerAwsNodePool_BetaBasicHandWritten |
|
|
|
Looks like all the terraform google conversion tests are failing status on the PR |
|
Ah this is probably because you didn't update their container. Could you also update their containers remotely. Want to make sure everything is green before landing it. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. TF Conversion: Diff ( 1 file changed, 1 insertion(+)) |
|
Looks good !! Thanks so much, one last flow I would like to see. Could you make a small change to tgc so the code compiles and tests run without being skipped. Then I think we are good to check this in ! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. TF Conversion: Diff ( 1 file changed, 2 insertions(+)) |
ScottSuarez
left a comment
There was a problem hiding this comment.
Looks good to me. Could you revert the changes to the mmv1 directory. Thanks for testing!!
If this PR is for Terraform, I acknowledge that I have:
make testandmake lintin the generated providers to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)