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.

Signed-off-by: Laura Barcziova <[email protected]>
  • Loading branch information
lbarcziova authored and nullr0ute committed Jun 5, 2023
1 parent d3f569f commit 5df8872
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ upstream_tag_template: v{version}
downstream_package_name: greenboot

jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all


- job: sync_from_downstream
trigger: commit
Expand Down

0 comments on commit 5df8872

Please sign in to comment.