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

Make it easier for people to implement change detection for fine-grained deploys #20664

Open
huonw opened this issue Mar 12, 2024 · 0 comments
Open

Comments

@huonw
Copy link
Contributor

huonw commented Mar 12, 2024

Is your feature request related to a problem? Please describe.

A common question on slack seems to be: I have multiple artifacts / many libraries / microservices, how can Pants help me identify which ones have changed and deploy only those ones?

For instance:

  • 5 different helm charts, and only wants to only run the pants experimental-deploy ... on exactly the ones that have changed.
  • 4 python_distributions publish the ones that have changed
  • 3 docker_images and only push the ones that have changed
  • 2 AWS CloudFormation stacks that depend on resources build in Pants, and only deploy which one has changed

Describe the solution you'd like

Some ideas:

Describe alternatives you've considered
N/A

Additional context

Example threads:

Some issues that are potentially related, in that they may influence how accurate/reliable a solution using --changed-since can be:

A hash for a target may also be relevant:

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

No branches or pull requests

1 participant