Skip to content

Commit

Permalink
Packit tuning (#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 2, 2022
1 parent d9869da commit a61e9a9
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a61e9a9

Please sign in to comment.