high-yak-85899
02/10/2022, 8:49 PM--changed-dependees
when using advanced target selection? For example, only go 4 links away or something like that?bitter-ability-32190
02/10/2022, 8:52 PM--changed-dependees
and have sketched out at least one potential option. However the system it's built on "specs" is liekly due for an overhaul anywayshigh-yak-85899
02/10/2022, 8:54 PM./pants --changed-since=master --changed-dependees=direct list | xargs ./pants dependees | xargs ./pants test
and that will run all tests two layers of dependencies deephundreds-father-404
02/10/2022, 9:11 PM./pants --changed-since=HEAD --changed-dependees=transitive test ::
tests everything that might have been impacted by your change. If it's only a few levels, then you will be missing some deps. What's the motivation?high-yak-85899
02/10/2022, 9:13 PMwitty-crayon-22786
02/10/2022, 9:28 PMhappy-kitchen-89482
02/10/2022, 11:51 PMhigh-yak-85899
02/10/2022, 11:52 PMhundreds-father-404
02/10/2022, 11:54 PMhigh-yak-85899
02/10/2022, 11:55 PMbitter-ability-32190
02/11/2022, 1:00 AMhundreds-father-404
02/11/2022, 1:03 AMhappy-kitchen-89482
02/11/2022, 1:28 AM