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 c499257 commit d44181a
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 @@ -21,6 +21,15 @@ actions:
get-current-version: make print-version

jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- fedora-latest-aarch64
- centos-stream-8
- centos-stream-9
- centos-stream-9-aarch64

- job: tests
trigger: pull_request
targets:
Expand Down

0 comments on commit d44181a

Please sign in to comment.