diff --git a/.github/workflows/rustfs-performance-test.yml b/.github/workflows/rustfs-performance-test.yml index e43794b5e..01e0b328a 100644 --- a/.github/workflows/rustfs-performance-test.yml +++ b/.github/workflows/rustfs-performance-test.yml @@ -64,7 +64,11 @@ permissions: # The default performance nodes overlap the other suites' remote VMs, even # though the runner differs. Hold the shared lock through cleanup as well. concurrency: - group: rustfs-shared-functional-tests-v2 + # Own group: the performance suite runs on the pf-testing fleet - a fully + # separate environment from the smoke-testing fleet the functional suites + # use. No shared node, no shared runner: it must never queue behind them + # (or block them). + group: rustfs-performance-suite cancel-in-progress: false defaults: