From a5d0f956b97658101339e47250485f06b652c464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 13 Sep 2023 20:03:17 +0200 Subject: [PATCH] ci: enable Testing Farm integration with Packit --- .packit.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 88590190..2344f21b 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -34,6 +34,53 @@ jobs: - fedora-all-s390x - fedora-all-x86_64 + # EPEL tests + - job: tests + trigger: pull_request + targets: + - epel-7-x86_64 + identifier: epel7 + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/epel-7/group_codescan-csutils-epel-7 + - job: tests + trigger: pull_request + targets: + - epel-8-aarch64 + - epel-8-x86_64 + identifier: epel8 + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/epel-8/group_codescan-csutils-epel-8 + - job: tests + trigger: pull_request + targets: + - epel-9-aarch64 + - epel-9-x86_64 + identifier: epel9 + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/epel-9/group_codescan-csutils-epel-9 + + # Fedora tests + - job: tests + trigger: pull_request + targets: + - fedora-all-aarch64 + - fedora-all-x86_64 + identifier: fedora + tf_extra_params: + environments: + - artifacts: + - type: repository-file + id: https://copr.fedorainfracloud.org/coprs/g/codescan/csutils/repo/fedora/group_codescan-csutils-fedora + - <<: *copr trigger: commit owner: "@codescan"