I'm running a few tests with exclusive. With remote execution at buildbuddy, I'd like to have a way (e.g., exec_properties) to express the constraint that these tests are mutually exclusive but are not mutually exclusive with other tests or build.
So that these mutually exclusive tests can still run in parallel if there is enough remote executors.
Otherwise, these tests are forced to run locally and in serial, greatly slowing down everything.