forked from polkit-org/polkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.packit.yaml
40 lines (34 loc) · 858 Bytes
/
.packit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: .packit/polkit.spec
# add or remove files that should be synced
files_to_sync:
- .packit/polkit.spec
- .packit/polkit.sysusers
- packit.yaml
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: polkit
# downstream (Fedora) RPM package name
downstream_package_name: polkit
jobs:
- job: copr_build
trigger: commit
targets:
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-s390x
- fedora-all-x86_64
- job: copr_build
trigger: pull_request
targets:
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-s390x
- fedora-all-x86_64
- job: tests
trigger: pull_request
fmf_path: test/integration/
tmt_plan: upstream-ci
targets:
- fedora-all-aarch64
- fedora-all-x86_64