Skip to content

Commit

Permalink
Merge pull request #3748 from mulkieran/update-packit-testing
Browse files Browse the repository at this point in the history
Build f41 and f40 copr repos with additional repo
  • Loading branch information
mulkieran authored Jan 27, 2025
2 parents 8e3a807 + 904a9b7 commit 806ffe0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,21 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- fedora-development

- job: copr_build
trigger: pull_request
additional_repos:
- https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/41/Everything/x86_64/
targets:
- fedora-41

- job: copr_build
trigger: pull_request
additional_repos:
- https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/40/Everything/x86_64/
targets:
- fedora-40

- job: tests
identifier: local
Expand Down

0 comments on commit 806ffe0

Please sign in to comment.