Skip to content

Commit

Permalink
Add missing build job(s) to Packit config
Browse files Browse the repository at this point in the history
Packit will now additionally require for each test job requiring build
a build job definition to be present in the Packit configuration file. See details
in packit/packit-service#1775.
  • Loading branch information
lbarcziova authored and martinpitt committed Apr 19, 2023
1 parent 7a05316 commit 0acde63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ actions:
create-archive: make dist

jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-37
- fedora-38
- fedora-development
- centos-stream-8
- centos-stream-9

- job: tests
trigger: pull_request
targets:
Expand Down

0 comments on commit 0acde63

Please sign in to comment.