-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.packit.yaml
More file actions
54 lines (47 loc) · 1.35 KB
/
.packit.yaml
File metadata and controls
54 lines (47 loc) · 1.35 KB
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
upstream_project_url: https://github.com/complytime/complyctl
upstream_tag_template: v{version}
upstream_package_name: complyctl
downstream_package_name: complyctl
specfile_path: complyctl.spec
files_to_sync:
- complyctl.spec
- .packit.yaml
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-rawhide-x86_64
- fedora-43-x86_64
- fedora-42-x86_64
- centos-stream-9-x86_64
- centos-stream-10-x86_64
# Running tests using testing farm https://packit.dev/docs/configuration/upstream/tests
- job: tests
trigger: pull_request
targets:
- fedora-rawhide-x86_64
- fedora-43-x86_64
- fedora-42-x86_64
- centos-stream-9-x86_64
- centos-stream-10-x86_64
# https://packit.dev/docs/fedora-releases-guide
# Propose Downstream PRs once a Upstream release is out
- job: propose_downstream
trigger: release
dist_git_branches:
- rawhide
- f43
- f42
# Automatically submit builds to Koji after PR is merged into dist-git
- job: koji_build
trigger: commit
dist_git_branches:
- rawhide
- f43
- f42
# Trigger Bodhi update for released Fedora versions
- job: bodhi_update
trigger: commit
dist_git_branches:
- f43
- f42