Add missing build job(s) to Packit config

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 https://github.com/packit/packit-service/issues/1775.
This commit is contained in:
Laura Barcziová 2023-04-19 16:06:22 +02:00 committed by Martin Pitt
parent c499257ec8
commit d44181a110

View file

@ -21,6 +21,15 @@ actions:
get-current-version: make print-version get-current-version: make print-version
jobs: 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 - job: tests
trigger: pull_request trigger: pull_request
targets: targets: