From 1faaba0a20d9d381da4429c59151b0d9dc1c0fc7 Mon Sep 17 00:00:00 2001 From: Clint Branham Date: Mon, 23 Mar 2026 16:41:59 -0500 Subject: [PATCH] perf(ci): run PVE 8 and PVE 9 tests in parallel (max-parallel: 2) Runner VM now has 2 runner instances registered, so both test matrix entries can execute simultaneously against their respective pre- provisioned nested PVE VMs. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 60fc05a..743f337 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -299,7 +299,7 @@ jobs: - /opt/pve-isos:/opt/pve-isos strategy: fail-fast: false - max-parallel: 1 + max-parallel: 2 matrix: pve_version: ['9', '8']