Skip to content

Commit a61e9a9

Browse files
authored
Packit tuning (#2768)
1 parent d9869da commit a61e9a9

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

.packit.yaml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,22 @@ srpm_build_deps:
1515
- python3-setuptools_scm
1616
jobs:
1717
- job: copr_build
18-
metadata:
19-
targets:
20-
# See https://packit.dev/docs/configuration/#aliases
21-
# API to get available targets: https://api.dev.testing-farm.io/v0.1/composes/public
22-
- fedora-rawhide-x86_64
23-
- fedora-rawhide-aarch64
24-
- fedora-37-x86_64
25-
- fedora-37-aarch64
26-
# Missing python3-build see https://bugzilla.redhat.com/show_bug.cgi?id=2129071
27-
# - centos-stream-9-aarch64
28-
# - centos-stream-9-x86_64
18+
targets:
19+
- fedora-rawhide-aarch64 # one on PR should be enough
2920
trigger: pull_request
21+
- job: copr_build
22+
trigger: commit
23+
branch: main
24+
targets:
25+
# See https://packit.dev/docs/configuration/#aliases
26+
# API to get available targets: https://api.dev.testing-farm.io/v0.1/composes/public
27+
- fedora-rawhide-x86_64
28+
- fedora-rawhide-aarch64
29+
- fedora-37-x86_64
30+
- fedora-37-aarch64
31+
# Missing python3-build see https://bugzilla.redhat.com/show_bug.cgi?id=2129071
32+
# - centos-stream-9-aarch64
33+
# - centos-stream-9-x86_64
3034
# - job: tests
3135
# trigger: pull_request
3236
# metadata:

0 commit comments

Comments
 (0)