Skip to content

Commit

Permalink
ci: Split centos-stream and fedora jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
subpop committed Aug 28, 2024
1 parent 865eebe commit 714db6d
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,44 @@ jobs:
- job: copr_build
trigger: pull_request
packages: [yggdrasil-fedora]
identifier: "build/pr/fedora"
additional_repos:
- "copr://@yggdrasil/latest"
targets:
- fedora-all

- job: copr_build
trigger: pull_request
packages: [yggdrasil-centos]
identifier: "build/pr/centos-stream"
additional_repos:
- "copr://@yggdrasil/latest"
targets:
- centos-stream-9
- centos-stream-10
- fedora-all
- rhel-8
- rhel-9

- job: copr_build
trigger: commit
packages: [yggdrasil-fedora]
identifier: "build/latest/fedora"
branch: main
owner: "@yggdrasil"
project: latest
targets:
- fedora-all

- job: copr_build
trigger: commit
packages: [yggdrasil-centos]
identifier: "build/latest/centos-stream"
branch: main
owner: "@yggdrasil"
project: latest
targets:
- centos-stream-9
- centos-stream-10
- fedora-all
- rhel-8
- rhel-9

Expand Down

0 comments on commit 714db6d

Please sign in to comment.