Skip to content

Commit

Permalink
CI: enable centos-stream-10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Apr 23, 2024
1 parent cf47ea0 commit 564c4dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: next-actions/copr/filter-chroots@master
with:
coprcfg: ${{ steps.copr.outputs.coprcfg }}
filter: "fedora-.+-x86_64|centos-stream-9-x86_64"
filter: "fedora-.+-x86_64|centos-stream-9-x86_64|centos-stream-10-x86_64"
exclude: "fedora-eln-.+"

- name: Create copr project
Expand Down
4 changes: 3 additions & 1 deletion contrib/ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
if [[ "$DISTRO_BRANCH" == -redhat-fedora-4[0-9]* ||
"$DISTRO_BRANCH" == -redhat-fedora-3[7-9]* ||
"$DISTRO_BRANCH" == -redhat-redhatenterprise*-9.*- ||
"$DISTRO_BRANCH" == -redhat-centos*-9*- ]]; then
"$DISTRO_BRANCH" == -redhat-redhatenterprise*-10.*- ||
"$DISTRO_BRANCH" == -redhat-centos*-9*- ||
"$DISTRO_BRANCH" == -redhat-centos*-10*- ]]; then
DEPS_LIST+=(
python3-dbus
python3-ldap
Expand Down
2 changes: 1 addition & 1 deletion contrib/ci/get-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_fedora_matrix():


def get_centos_matrix():
return ['centos-9']
return ['centos-9', 'centos-10']


def get_other_matrix():
Expand Down

0 comments on commit 564c4dc

Please sign in to comment.