Skip to content

Commit

Permalink
chore(Packit): 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 Tiboris committed Apr 20, 2023
1 parent 5903fb9 commit 44023eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ actions:
- "python3 setup.py --version"

jobs:
- job: copr_build
trigger: pull_request
release_suffix: "99.dev.{PACKIT_PROJECT_BRANCH}"
targets: [fedora-all, epel-8, epel-9]

- job: tests
trigger: pull_request
targets: [fedora-all, epel-8, epel-9]
release_suffix: "99.dev.{PACKIT_PROJECT_BRANCH}"

- job: copr_build
trigger: commit
Expand Down

0 comments on commit 44023eb

Please sign in to comment.