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 committed Apr 19, 2023
1 parent d475da8 commit 66bd35c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ actions:
- make version

jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- epel-9
- epel-8
- epel-7

- job: tests
trigger: pull_request
metadata:
Expand Down

0 comments on commit 66bd35c

Please sign in to comment.