I've read the pants CI guide and understand how to...
# general
c
I've read the pants CI guide and understand how to only run the tests on transitive set of tests that differ from trunk but I'm a little unsure what to do after landing in trunk. Package everything? Package only what has changed since since some elaborate variant of HEAD^1? Package everything and if you are using a cache that actually only packages things that have changed? (Same question for "deploy", but I know that's alpha.)