-
Notifications
You must be signed in to change notification settings - Fork 75
/
packit.yaml
97 lines (85 loc) · 2.58 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
upstream_project_url: https://github.com/cockpit-project/cockpit-machines
# enable notification of failed downstream jobs as issues
issue_repository: https://github.com/cockpit-project/cockpit-machines
specfile_path: cockpit-machines.spec
upstream_package_name: cockpit-machines
downstream_package_name: cockpit-machines
# use the nicely formatted release description from our upstream release, instead of git shortlog
copy_upstream_release_description: true
packages:
cockpit-machines-fedora:
specfile_path: cockpit-machines.spec
cockpit-machines-centos:
specfile_path: cockpit-machines.spec
pkg_tool: centpkg
srpm_build_deps:
- npm
- make
actions:
post-upstream-clone: make cockpit-machines.spec
create-archive: make dist
jobs:
- job: copr_build
trigger: pull_request
packages: [cockpit-machines-fedora]
targets:
- fedora-40
- fedora-41
- fedora-development
- job: copr_build
trigger: pull_request
packages: [cockpit-machines-centos]
targets:
- centos-stream-9
- centos-stream-10
- job: tests
packages: [cockpit-machines-fedora]
trigger: pull_request
targets:
- fedora-40
- fedora-41
- fedora-development
- job: tests
packages: [cockpit-machines-centos]
trigger: pull_request
targets:
- centos-stream-9
- centos-stream-10
- job: copr_build
trigger: release
owner: "@cockpit"
project: "cockpit-preview"
preserve_project: True
actions:
post-upstream-clone: make cockpit-machines.spec
# HACK: tarball for releases (copr_build, koji, etc.), copying spec's Source0; this
# really should be the default, see https://github.com/packit/packit-service/issues/1505
create-archive:
- sh -exc "curl -L -O https://github.com/cockpit-project/cockpit-machines/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
- job: propose_downstream
trigger: release
packages: [cockpit-machines-fedora]
dist_git_branches:
- fedora-40
- fedora-41
- fedora-development
- job: propose_downstream
trigger: release
packages: [cockpit-machines-centos]
dist_git_branches:
- c9s
- job: koji_build
trigger: commit
packages: [cockpit-machines-fedora]
dist_git_branches:
- fedora-40
- fedora-41
- fedora-development
- job: bodhi_update
trigger: commit
packages: [cockpit-machines-fedora]
dist_git_branches:
# rawhide updates are created automatically
- fedora-40
- fedora-41