Merge pull request #96 from GoodOlClint/ci/pve-9.2-iso

ci: test against the PVE 9.2 ISO

The nested nodes were pinned to proxmox-ve_9.1-1.iso while production runs 9.2.
Validated by runs 183/184; the cluster suite passed in both, and run 184 was
fully green at 148 passed / 0 failed / 5 skipped.
This commit is contained in:
goodolclint-claude[bot]
2026-09-01 16:37:31 +00:00
committed by GitHub
+4
View File
@@ -70,6 +70,10 @@ env:
# PVE 8 reached EOL 2026-08-31; CI provisions and tests PVE 9 only.
# run-integration.sh still accepts "8" for local runs against old targets.
PVE_VERSIONS: '9'
# Base ISO for the nested nodes. Set here rather than in run-integration.sh
# so provision and cleanup agree on the name — force-cleanup deletes the
# generated ISO by name and would miss it otherwise.
PVE9_ISO: proxmox-ve_9.2-1.iso
jobs:
# ── Build module artifact (GitHub-hosted) ────────────────────────