1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

ci: Add fedora 41/42/43 and cs9/10 integration test

Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
This commit is contained in:
Xiaofeng Wang
2025-08-13 17:35:31 +08:00
parent 310bc532a0
commit 49cca3a9bc

View File

@@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
test_os: [fedora-42]
test_os: [fedora-41, fedora-42, fedora-43, centos-9]
test_runner: [ubuntu-latest, ubuntu-24.04-arm]
runs-on: ${{ matrix.test_runner }}
@@ -51,7 +51,7 @@ jobs:
needs: build
strategy:
matrix:
test_os: [fedora-42]
test_os: [fedora-41, fedora-42, fedora-43, centos-9]
tmt_plan: [test-01-readonly, test-20-local-upgrade, test-21-logically-bound-switch, test-22-logically-bound-install, test-23-install-outside-container, test-24-local-upgrade-reboot]
runs-on: ubuntu-latest