-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Dispatch MM unit test workflows based on modular-magician downstream SHAs #10671
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
Conversation
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. |
.ci/magician/github/set.go
Outdated
@@ -104,7 +104,7 @@ func (gh *Client) RemoveLabel(prNumber, label string) error { | |||
func (gh *Client) CreateWorkflowDispatchEvent(workflowFileName string, inputs map[string]any) error { | |||
url := fmt.Sprintf("https://api.github.com/repos/GoogleCloudPlatform/magic-modules/actions/workflows/%s/dispatches", workflowFileName) | |||
err := utils.RequestCall(url, "POST", gh.token, nil, map[string]any{ | |||
"ref": "main", | |||
"ref": "test-pr-10671", |
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.
This is only for testing the updated tgc-test workflow in this PR. Will need to revert to "main" before merging.
05f3766
to
b9d73bd
Compare
2 similar comments
.github/workflows/test-tgc.yml
Outdated
@@ -16,15 +16,21 @@ on: | |||
description: 'The Base Repository to pull from' | |||
required: false | |||
default: 'terraform-google-conversion' | |||
branch: | |||
tpgb-branch: | |||
description: 'The branch or sha of the tgc execute against' |
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.
description: 'The branch or sha of the tgc execute against' | |
description: 'The branch or sha of tpgb execute against' |
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.
ping on this one
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.
oops, I modified the tpgb branch description. Will update it!
/gcbrun |
1 similar comment
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.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_apigee_endpoint_attachment" "primary" {
test_field = # value needed
}
|
Tests analyticsTotal tests: 41 Click here to see the affected service packages
View the build log |
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. |
1 similar comment
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. |
@melinath I've reverted all the test-related changes. I plan to merge this PR later today unless there are any objections. Thanks for reviewing! |
Following the Cloud Build Guide to pass upstream commit sha between build steps
fixes hashicorp/terraform-provider-google#17924
Release Note Template for Downstream PRs (will be copied)