Skip to content
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

Merged
merged 4 commits into from
Jan 17, 2025
Merged

chore: remove make extenders #5110

merged 4 commits into from
Jan 17, 2025

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Jan 15, 2025

Move minimal schema computation from a .mk/ Make extension to a script. Update ci-mgmt workflows.

Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.46%. Comparing base (63c9fbf) to head (9842596).
Report is 2 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@t0yv0 t0yv0 force-pushed the t0yv0/remove-make-extenders branch from 6d28660 to 9842596 Compare January 17, 2025 16:00
@t0yv0 t0yv0 requested a review from flostadler January 17, 2025 16:01
@t0yv0 t0yv0 marked this pull request as ready for review January 17, 2025 16:01
@@ -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"
Copy link
Contributor

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?

Copy link
Member Author

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.

@t0yv0 t0yv0 enabled auto-merge (squash) January 17, 2025 16:56
@t0yv0 t0yv0 merged commit 2b29733 into master Jan 17, 2025
25 checks passed
@t0yv0 t0yv0 deleted the t0yv0/remove-make-extenders branch January 17, 2025 18:05
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.67.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants