-
Notifications
You must be signed in to change notification settings - Fork 119
/
.packit.yml
46 lines (42 loc) · 1.22 KB
/
.packit.yml
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
upstream_package_name: subscription-manager
downstream_package_name: subscription-manager
specfile_path: subscription-manager.spec
upstream_tag_template: "subscription-manager-{version}-1"
jobs:
- job: copr_build
trigger: pull_request
targets:
- centos-stream-10
- fedora-all
- job: copr_build
trigger: commit
branch: main
owner: "@yggdrasil"
project: latest
targets:
- centos-stream-10
- fedora-all
# - job: tests
# trigger: pull_request
# identifier: "unit/centos-stream"
# targets:
# - centos-stream-10
# labels:
# - unit
# tf_extra_params:
# environments:
# - artifacts:
# - type: repository-file
# id: https://copr.fedorainfracloud.org/coprs/g/yggdrasil/latest/repo/centos-stream-$releasever/group_yggdrasil-latest-centos-stream-$releasever.repo
- job: tests
trigger: pull_request
identifier: "unit/fedora"
targets:
- fedora-all
labels:
- unit
tf_extra_params:
environments:
- artifacts:
- type: repository-file
id: https://copr.fedorainfracloud.org/coprs/g/yggdrasil/latest/repo/fedora-$releasever/group_yggdrasil-latest-fedora-$releasever.repo