-
Notifications
You must be signed in to change notification settings - Fork 43
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 release automation #1471
Fix release automation #1471
Conversation
Example trigger receipt: https://github.com/pulumi/pulumi-aiven/actions/runs/6634481479/job/18023972713 |
Codecov Report
@@ Coverage Diff @@
## master #1471 +/- ##
==========================================
- Coverage 61.93% 57.88% -4.05%
==========================================
Files 185 285 +100
Lines 32832 39602 +6770
==========================================
+ Hits 20333 22924 +2591
- Misses 11360 15341 +3981
- Partials 1139 1337 +198 see 104 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Example PR: pulumi/pulumi-mailgun#208 |
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 fine as it stands, but I would prefer that we pull the matrix from ci-mgmt
. Ideally, we wouldn't maintain multiple lists of all our providers.
You are right. Scripted drawing from ci-mgmt. Test-driving. |
Editing the GitHub actions workflow to propagate new bridge releases to all providers.
Fixes #1470
Fixes #1474