File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,22 @@ srpm_build_deps:
1515 - python3-setuptools_scm
1616jobs :
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:
You can’t perform that action at this time.
0 commit comments