brief-dinner-12483
12/16/2021, 8:15 PMorigin/master
?happy-kitchen-89482
12/16/2021, 8:17 PM./pants --changed-since=origin/master --changed-dependees=transitive <goal>
will run the pants goal on just the targets that have changed../pants --changed-since=origin/master --changed-dependees=transitive test
will only run tests transitively affected by changesbrief-dinner-12483
12/16/2021, 8:19 PMhappy-kitchen-89482
12/16/2021, 8:19 PM./pants --changed-since=origin/main --changed-dependees=transitive list
brief-dinner-12483
12/16/2021, 8:25 PM./pants dependencies --transitive $directory/::
and the git diff. Or even more specific, whether or not the intersection is empty../pants --changed-since=origin/master --changed-dependees=transitive src/my_directory/gp::
13:25:46.15 [ERROR] You used `--changed-since` at the same time as using target arguments. Please use only one.
happy-kitchen-89482
12/16/2021, 8:28 PM./pants --changed-since=origin/main --changed-dependees=transitive list
and then check if the targets you care about are in that list?brief-dinner-12483
12/16/2021, 8:35 PM