<#17541 Post-landing CI goals> New discussion crea...
# github-notifications
q
#17541 Post-landing CI goals New discussion created by cburroughs I've read the pants CI guide https://www.pantsbuild.org/docs/using-pants-in-ci and understand how to only run the tests on transitive set of tests that differ from trunk. That's great! But I'm a unsure what the typical thing to do is once the code has landed in trunk: Package everything? Package only what has "changed" with some elaborate variant of HEAD^1? Package everything and if you are using a fine grained cache that actually only packages things that have changed? (Same question for "deploy", but I know that's alpha.) pantsbuild/pants