-
Notifications
You must be signed in to change notification settings - Fork 50
/
packit.yaml
70 lines (61 loc) · 1.77 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
upstream_project_url: https://github.com/osbuild/cockpit-composer
specfile_path: cockpit-composer.spec
upstream_package_name: cockpit-composer
downstream_package_name: cockpit-composer
# use the nicely formatted release description from our upstream release, instead of git shortlog
copy_upstream_release_description: true
actions:
post-upstream-clone: make spec
create-archive: make dist-gzip
srpm_build_deps:
- make
- npm
jobs:
- job: copr_build
trigger: pull_request
targets: &build_targets
- centos-stream-9
- centos-stream-10
- fedora-all
- job: tests
trigger: pull_request
targets:
- fedora-39
- fedora-39-aarch64
- fedora-40
- fedora-40-aarch64
- centos-stream-9
- centos-stream-9-aarch64
- centos-stream-10
- job: copr_build
trigger: commit
branch: "^main$"
owner: "@osbuild"
project: "cockpit-composer-main"
preserve_project: True
targets: *build_targets
- job: copr_build
trigger: release
owner: "@osbuild"
project: "cockpit-composer"
preserve_project: True
targets: *build_targets
actions:
# same as the global one, but specifying actions: does not inherit
post-upstream-clone: make spec
create-archive:
- sh -exc "curl -L -O https://github.com/osbuild/cockpit-composer/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.gz"
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
# rawhide updates are created automatically
- fedora-branched