Slackbot
07/22/2022, 11:24 AMVampire
07/22/2022, 12:39 PM--parallel
to have tasks of different projects run in parallel but don't want that for tests, then create a shared build service with max parallel usage 1 and declare all test tasks to use that service then it serves as exclusive lock.Vladimir Sitnikov
07/23/2022, 8:55 PM@Isolated