Skip to content

Commit

Permalink
CI: update list of target platforms
Browse files Browse the repository at this point in the history
C8S buildroot isn't available and F39 isn't supported.
  • Loading branch information
alexey-tikhonov committed Feb 12, 2025
1 parent e7c76df commit 9bdaf5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/copr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ jobs:
uses: next-actions/copr/filter-chroots@master
with:
coprcfg: ${{ steps.copr.outputs.coprcfg }}
filter: "fedora-.+-x86_64|centos-stream-.*-x86_64"
exclude: "fedora-eln-.+|fedora-38-x86_64|fedora-41-x86_64|fedora-42-x86_64|fedora-rawhide-x86_64|centos-stream-10-x86_64"
filter: "fedora-40-x86_64|centos-stream-9-x86_64"

- name: Create copr project
uses: next-actions/copr/create-project@master
Expand All @@ -94,12 +93,6 @@ jobs:
env:
coprcfg: ${{ steps.copr.outputs.coprcfg }}
run: |
# CentOS Stream 8
copr-cli --config "$coprcfg" edit-chroot \
--repos 'https://kojihub.stream.centos.org/kojifiles/repos/c8s-build/latest/$basearch' \
--modules idm:DL1 \
$COPR_ACCOUNT/$COPR_PROJECT/centos-stream-8-x86_64
# CentOS Stream 9
copr-cli --config "$coprcfg" edit-chroot \
--repos 'https://kojihub.stream.centos.org/kojifiles/repos/c9s-build/latest/$basearch/' \
Expand Down
3 changes: 1 addition & 2 deletions contrib/ci/get-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def get_fedora_matrix():
# Fedora 41 and up are using 2.10, Fedora 38 and older are EOL
return ['fedora-39', 'fedora-40']
return ['fedora-40']


def get_centos_matrix():
Expand All @@ -37,7 +37,6 @@ def get_other_matrix():

matrix = {
'intgcheck': [*fedora, *centos, *other],
'multihost': [*fedora, *centos],
}

print(json.dumps(matrix, indent=2))
Expand Down

0 comments on commit 9bdaf5e

Please sign in to comment.