From a61e9a9f322bdda2e79fbb29e66355492ea1cd27 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 2 Dec 2022 17:14:55 +0000 Subject: [PATCH] Packit tuning (#2768) --- .packit.yaml | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index e6895afbfe..1078f16e33 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -15,18 +15,22 @@ srpm_build_deps: - python3-setuptools_scm jobs: - job: copr_build - metadata: - targets: - # See https://packit.dev/docs/configuration/#aliases - # API to get available targets: https://api.dev.testing-farm.io/v0.1/composes/public - - fedora-rawhide-x86_64 - - fedora-rawhide-aarch64 - - fedora-37-x86_64 - - fedora-37-aarch64 - # Missing python3-build see https://bugzilla.redhat.com/show_bug.cgi?id=2129071 - # - centos-stream-9-aarch64 - # - centos-stream-9-x86_64 + targets: + - fedora-rawhide-aarch64 # one on PR should be enough trigger: pull_request + - job: copr_build + trigger: commit + branch: main + targets: + # See https://packit.dev/docs/configuration/#aliases + # API to get available targets: https://api.dev.testing-farm.io/v0.1/composes/public + - fedora-rawhide-x86_64 + - fedora-rawhide-aarch64 + - fedora-37-x86_64 + - fedora-37-aarch64 + # Missing python3-build see https://bugzilla.redhat.com/show_bug.cgi?id=2129071 + # - centos-stream-9-aarch64 + # - centos-stream-9-x86_64 # - job: tests # trigger: pull_request # metadata: