Skip to content

Commit

Permalink
ci: drop centos stream 8
Browse files Browse the repository at this point in the history
Don't build on CentOS Stream 8 anymore as it's EOL.

Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>
  • Loading branch information
dupondje committed Jan 24, 2025
1 parent 152d6f2 commit 7792e3d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
fail-fast: false
matrix:
include:
- name: centos-stream-8
shortcut: cs8
container-name: el8stream
- name: centos-stream-9
shortcut: cs9
shortcut: c9s
container-name: el9stream

name: ${{ matrix.name }}
Expand All @@ -37,7 +34,7 @@ jobs:
- name: Prepare build environment
run: |
# Install oVirt repositories
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-8
dnf copr enable -y ovirt/ovirt-master-snapshot centos-stream-9
dnf install -y ovirt-release-master
- name: Install required packages
Expand Down Expand Up @@ -82,8 +79,8 @@ jobs:
directory: ${{ env.ARTIFACTS_DIR }}

- name: Checkout target repository
if: ${{ matrix.shortcut == 'cs9' }}
uses: actions/checkout@v2
if: ${{ matrix.shortcut == 'c9s' }}
uses: actions/checkout@v4
with:
path: ovirt-engine-sdk
ref: 'gh-pages'
Expand Down Expand Up @@ -157,7 +154,7 @@ jobs:
image: quay.io/centos/centos:stream9
steps:
- name: Download generated documentation artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: generated-documentation
path: ${{ env.GEN_DOC_DIR }}
Expand All @@ -176,7 +173,7 @@ jobs:
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- name: Checkout target repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ovirt-engine-sdk
ref: 'gh-pages'
Expand Down

0 comments on commit 7792e3d

Please sign in to comment.