E M beb16f33d1
fix: do not use anti affinity to enforce pod spread when running tests locally
Locally, there is only one node in the cluster, so the first pod would schedule on the node, then each subsequent pod would fail to schedule.

This fix ensures that there is no spread affinity when the runner location is ExternalToCluster (local).
2026-06-25 15:47:21 +10:00
..