-
Notifications
You must be signed in to change notification settings - Fork 54
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 PULUMI_GCP_DISABLE_GLOBAL_PROJECT_WARNING/gcp:disableGlobalProjectWarning #2831
Conversation
…tWarning The current "disableGlobalProjectWarning" check happens after the global project warning has already been displayed, and instead serves to skip the gcloud config validation. This PR moves the check to the correct place, and puts in tests on the logged output. Fixes #2829
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2831 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 3 3
Lines 161 161
======================================
Misses 161 161 ☔ View full report in Codecov by Sentry. |
Looks good to me, thank you. I will 👍 once its a PR. |
1ab770a
to
d668c2e
Compare
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.
👍 but do we need to worry about the dotnet warnings?
What dotnet warnings? |
|
Ah. We don't need to worry about those. A codegen change is needed to fix them, and it's unrelated to this PR. |
This PR has been shipped in release v8.13.1. |
The current "disableGlobalProjectWarning" check happens after the global project warning has already been displayed, and instead serves to skip the gcloud config validation. This PR moves the check to the correct place, and puts in tests on the logged output.
Fixes #2829