From 0ab817df58c2a181b943abae5bd6c52ec4e77d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Tue, 12 Nov 2024 13:24:10 +0100 Subject: [PATCH] Request CentOS Stream builds explicitly The current configuration makes build Fedora builds on commit to the maint-1.3 branch. https://copr.fedorainfracloud.org/coprs/packit/OpenSCAP-openscap-maint-1.3/ But, we wanted to have CentOS Stream builds instead. --- .packit.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index dbf15f57fe..96981b11ab 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -10,8 +10,7 @@ srpm_build_deps: - bash jobs: -- &build - job: copr_build +- job: copr_build trigger: pull_request metadata: targets: @@ -25,7 +24,10 @@ jobs: - centos-stream-8-x86_64 - centos-stream-9-x86_64 -- <<: *build +- job: copr_build trigger: commit metadata: branch: maint-1.3 + targets: + - centos-stream-8-x86_64 + - centos-stream-9-x86_64