Skip to content

Commit

Permalink
ci: build RPMs on mainline branch
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Oct 29, 2024
1 parent a0971af commit 02c794a
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ notifications:
successful_build: false

jobs:
- job: copr_build
- &copr_rhel_8_9
job: copr_build
trigger: pull_request
targets:
- epel-8-x86_64
- epel-9-x86_64
identifier: rhel_8_9

- job: copr_build
- &copr_fedora
job: copr_build
trigger: pull_request
targets:
- fedora-all-x86_64
Expand All @@ -30,7 +32,8 @@ jobs:
# disable broken unit tests
- sed -i '/make check/d' beaker.spec

- job: copr_build
- &copr_rhel_7
job: copr_build
trigger: pull_request
targets:
epel-7-x86_64:
Expand All @@ -43,3 +46,15 @@ jobs:
# Use gevent from base repositories during packit builds
# gevent112 is our custom build with some backports to improve socket management
- sed -i 's/python2-gevent112/python-gevent/g' beaker.spec
- <<: copr_rhel_8_9
trigger: commit
branch: python-3

- <<: copr_fedora
trigger: commit
branch: python-3

- <<: copr_rhel_7
trigger: commit
branch: python-3

0 comments on commit 02c794a

Please sign in to comment.