forked from rhkdump/kdump-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.packit.yaml
More file actions
68 lines (57 loc) · 1.78 KB
/
.packit.yaml
File metadata and controls
68 lines (57 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: kdump-utils.spec
# add or remove files that should be synced
files_to_sync:
- kdump-utils.spec
- .packit.yaml
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: kdump-utils
# downstream (Fedora) RPM package name
downstream_package_name: kdump-utils
upstream_tag_template: v{version}
jobs:
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-all
- job: copr_build
trigger: pull_request
targets:
- fedora-42-x86_64
- fedora-rawhide-x86_64
- fedora-rawhide-aarch64
packages:
- kdump-utils
- job: tests
trigger: pull_request
targets:
- fedora-42-x86_64
- fedora-rawhide-x86_64
- fedora-rawhide-aarch64
fmf_path: kernel-tests-plans
use_internal_tf: true
tf_extra_params:
hardware:
- virtualization:
# avoid using xen guests as some machines don't support kdump
hypervisor: '!= xen'
environments:
- variables:
# use internal NFS/SSH server to avoid creating another VM as NFS/SSH server
RESOURCE_URL: https://gitlab.cee.redhat.com/kernel-qe/kernel/-/raw/master/kdump/internal/internal_resources.sh
AUTO_CONFIG: auto
SUBMITTER: rhkdump_kdump_utils_packit
- settings:
provisioning:
# report cloud costs: https://docs.testing-farm.io/Testing%20Farm/0.1/services.html#_changing_the_team_name
tags:
BusinessUnit: sst_kernel_debug_sst
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-all