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) <noreply@anthropic.com>
This commit is contained in:
Clint Branham
2026-03-23 16:41:59 -05:00
parent 68c528e278
commit 1faaba0a20
+1 -1
View File
@@ -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']