packit: Run tests on CentOS 9 stream

This commit is contained in:
Martin Pitt 2021-11-16 11:01:23 +01:00 committed by Martin Pitt
parent 3536eafd5a
commit c04d951964
2 changed files with 3 additions and 2 deletions

View file

@ -28,3 +28,4 @@ jobs:
targets: targets:
- fedora-all - fedora-all
- centos-stream-8 - centos-stream-8
- centos-stream-9

View file

@ -24,8 +24,8 @@ mv .git dot-git
export TEST_OS="${ID}-${VERSION_ID/./-}" export TEST_OS="${ID}-${VERSION_ID/./-}"
export TEST_AUDIT_NO_SELINUX=1 export TEST_AUDIT_NO_SELINUX=1
if [ "$TEST_OS" = "centos-8" ]; then if [ "${TEST_OS#centos-}" != "$TEST_OS" ]; then
TEST_OS=centos-8-stream TEST_OS="${TEST_OS}-stream"
fi fi
EXCLUDES="" EXCLUDES=""