Skip to content

Commit

Permalink
Request CentOS Stream builds explicitly
Browse files Browse the repository at this point in the history
The current configuration makes build Fedora builds on commit to the
maint-1.3 branch.
https://copr.fedorainfracloud.org/coprs/packit/OpenSCAP-openscap-maint-1.3/
But, we wanted to have CentOS Stream builds instead.
  • Loading branch information
jan-cerny committed Nov 12, 2024
1 parent 29e074c commit 0ab817d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ srpm_build_deps:
- bash

jobs:
- &build
job: copr_build
- job: copr_build
trigger: pull_request
metadata:
targets:
Expand All @@ -25,7 +24,10 @@ jobs:
- centos-stream-8-x86_64
- centos-stream-9-x86_64

- <<: *build
- job: copr_build
trigger: commit
metadata:
branch: maint-1.3
targets:
- centos-stream-8-x86_64
- centos-stream-9-x86_64

0 comments on commit 0ab817d

Please sign in to comment.