Skip to content

Commit

Permalink
ci: add alma-9 to tested distros
Browse files Browse the repository at this point in the history
Add alma-9 to the matrix of tested distros
for vdsm-test repository.

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh committed Feb 21, 2023
1 parent 37fc3d1 commit d9c8530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [centos-8, centos-9]
distro: [centos-8, centos-9, alma-9]
container: quay.io/ovirt/vdsm-test:${{ matrix.distro }}
steps:
- uses: ovirt/checkout-action@main
Expand All @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [centos-8, centos-9]
distro: [centos-8, centos-9, alma-9]
container:
image: quay.io/ovirt/vdsm-test:${{ matrix.distro }}
# Required to create loop devices.
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [centos-8, centos-9]
distro: [centos-8, centos-9, alma-9]
container:
image: quay.io/ovirt/vdsm-test:${{ matrix.distro }}
# Required to create loop devices.
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [centos-8, centos-9]
distro: [centos-8, centos-9, alma-9]
container:
image: quay.io/ovirt/vdsm-test:${{ matrix.distro }}
# Needed for many operations, i.e. creating bridges
Expand Down

0 comments on commit d9c8530

Please sign in to comment.