Slackbot
11/15/2022, 12:58 PMVampire
11/15/2022, 1:14 PMonlyIf checking whether B is in the task graph. But I'm not sure whether this will be configuration cache safetomas-mrkvicka
11/15/2022, 1:24 PMtomas-mrkvicka
11/15/2022, 1:30 PMfinalizedBy ?Vampire
11/15/2022, 1:30 PMtomas-mrkvicka
11/15/2022, 1:32 PMThomas Broyer
11/15/2022, 1:35 PMB.dependsOn(A) and A.mustRunAfter(test) be enough?Vampire
11/15/2022, 1:36 PMA can be run before Btomas-mrkvicka
11/15/2022, 1:55 PMmustRunAfter doesn't force A to run if test fails. And I need A to always execute its action regardless `test`'s result.Vampire
11/15/2022, 1:56 PMtest failed. You would then additionally use --continuetomas-mrkvicka
11/15/2022, 2:01 PMA to fail. It does some stuff with junit xml reports. And I do not want the entire build to continue if test fails.Vampire
11/15/2022, 2:03 PMtomas-mrkvicka
11/15/2022, 2:04 PMtomas-mrkvicka
11/15/2022, 6:58 PM