-
Notifications
You must be signed in to change notification settings - Fork 159
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
chore: remove make extenders #5110
Conversation
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 #5110 +/- ##
=======================================
Coverage 24.46% 24.46%
=======================================
Files 361 361
Lines 144037 144037
=======================================
Hits 35243 35243
Misses 108696 108696
Partials 98 98 ☔ View full report in Codecov by Sentry. |
6d28660
to
9842596
Compare
@@ -5,6 +5,9 @@ parallel: 1 | |||
timeout: 150 | |||
generate-nightly-test-workflow: true | |||
providerVersion: github.com/hashicorp/terraform-provider-aws/version.ProviderVersion | |||
|
|||
buildProviderPre: "VERSION=${VERSION_GENERIC} ./scripts/minimal_schema.sh" |
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.
So we basically replaced makefile extensions with a generic shell based pointcut?
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.
Yes. It has a slight advantage that it does not interact with make --touch
wildly, and it's documented in the cimgmt config.
This PR has been shipped in release v6.67.0. |
Move minimal schema computation from a .mk/ Make extension to a script. Update ci-mgmt workflows.