-
Notifications
You must be signed in to change notification settings - Fork 1
/
.packit.yaml
82 lines (79 loc) · 1.81 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
specfile_path: .distro/cmake-extra-utils.spec
files_to_sync:
- src: .distro/cmake-extra-utils.spec
dest: cmake-extra-utils.spec
- .packit.yaml
- src: .distro/cmake-extra-utils.rpmlintrc
dest: cmake-extra-utils.rpmlintrc
# tmt setup
- src: .distro/.fmf/
dest: .fmf/
- src: .distro/plans/
dest: plans/
filters:
- "- test/plans/main.fmf.dist-git"
- "- rpminspect.fmf"
- "- rpmlint.fmf"
- src: .distro/plans/main.fmf.dist-git
dest: plans/main.fmf
- src: .distro/tests/
dest: tests/
upstream_package_name: CmakeExtraUtils
downstream_package_name: cmake-extra-utils
update_release: false
upstream_tag_template: v{version}
jobs:
- job: tests
trigger: pull_request
targets:
- fedora-all
- epel-9
fmf_path: .distro
- job: copr_build
trigger: pull_request
owner: lecris
project: CMakeExtraUtils
update_release: true
release_suffix: "{PACKIT_RPMSPEC_RELEASE}"
targets:
- fedora-all
- epel-9
- job: tests
trigger: commit
branch: main
targets:
- fedora-all
- epel-9
fmf_path: .distro
- job: copr_build
trigger: commit
branch: main
owner: lecris
project: nightly
targets:
- fedora-all
- epel-9
additional_repos:
- copr://@scikit-build/release
- job: copr_build
trigger: release
owner: lecris
project: release
targets:
- fedora-all
- epel-9
## TODO: Disabled until released on src.fedoraproject.org
# - job: propose_downstream
# trigger: release
# dist_git_branches:
# - fedora-development
# - job: koji_build
# trigger: commit
# dist_git_branches:
# - fedora-development
# - fedora-latest
# - job: bodhi_update
# trigger: commit
# dist_git_branches:
# - fedora-development
# - fedora-latest