Skip to content

Post-landing CI goals #17541

Answered by benjyw
cburroughs asked this question in Q&A
Discussion options

You must be logged in to vote

Great question. It really depends on your org's practices of course, but if you have a lot of services, and don't want to redeploy them constantly, then you can use something like, e.g., ./pants list --filter-target-type=pex_binary --changed-since=release_branch --changed-dependents=transitive to find all the pex_binary targets affected by changes since the release_branch.

This assumes your deploys are tagged in git, which is very good practice.

Replies: 1 comment

Comment options

benjyw
Nov 14, 2022
Maintainer Sponsor

You must be logged in to vote
0 replies
Answer selected by cczona
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants