diff --git a/.packit.yaml b/.packit.yaml index b29db5313..4b4c09c9f 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -44,6 +44,13 @@ jobs: - fedora-latest-stable branch: main +# CentOS 10 Stream tests for the 'rhel10-branch' +- job: tests + trigger: pull_request + targets: + - centos-stream-10-x86_64 + branch: rhel10-branch + # Downstream builds - job: propose_downstream trigger: release diff --git a/plans/tests-rhel.fmf b/plans/tests-rhel.fmf new file mode 100644 index 000000000..01662b86d --- /dev/null +++ b/plans/tests-rhel.fmf @@ -0,0 +1,16 @@ +summary: Run tests + +adjust+: + - when: revdeps == yes + enabled: false + - when: distro == fedora + enabled: false + +prepare: + - name: ansible + how: ansible + playbook: misc/install-test-dependencies.yml + +execute: + how: tmt + script: sudo make test diff --git a/plans/tests.fmf b/plans/tests.fmf index ba2b6baa3..9967efa8e 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -1,8 +1,10 @@ summary: Run tests adjust+: - when: revdeps == yes - enabled: false + - when: revdeps == yes + enabled: false + - when: distro == centos + enabled: false prepare: - name: copr