-
Notifications
You must be signed in to change notification settings - Fork 337
Expand file tree
/
Copy path.packit.yml
More file actions
69 lines (64 loc) · 2.42 KB
/
.packit.yml
File metadata and controls
69 lines (64 loc) · 2.42 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
69
_:
common-upstream-kernel-test-config: &common-upstream-kernel-test-config
job: tests
branch: master
identifier: "integration-upstream"
use_internal_tf: true
targets:
# [NOTE] There needs to be a matching target among the Copr targets,
# because of the default mapping and filtering (to avoid invalid values).
# In this case (no build), it is a bug, see packit/packit-service#2841
# Yet, the `rawhide` has no effect as there is no Copr build happening.
fedora-rawhide-x86_64:
distros: [Fedora-37-Updated]
fedora-rawhide-s390x:
distros: [Fedora-37-Updated]
fedora-rawhide-ppc64le:
distros: [Fedora-37-Updated]
skip_build: true
manual_trigger: false
tmt_plan: kpatch-integration-upstream
fmf_url: https://gitlab.com/redhat/centos-stream/tests/kernel/test-plans.git
fmf_ref: main
common-rhel-test-config: &common-rhel-test-config
job: tests
branch: master
identifier: "integration-rhel"
use_internal_tf: true
targets:
# Same as above, need a public copr chroot target. Use `copr-cli list` to
# list all of the available public copr chroots.
epel-8-x86_64:
distros: [RHEL-8.10.0-Nightly, RHEL-8.8.0-Nightly, RHEL-8.6.0-Nightly, RHEL-8.4.0-Nightly]
epel-9-x86_64:
distros: [RHEL-9.7.0-Nightly, RHEL-9.6.0-Nightly, RHEL-9.4.0-Nightly, RHEL-9.2.0-Nightly, RHEL-9.0.0-Nightly]
epel-8-ppc64le:
distros: [RHEL-8.10.0-Nightly, RHEL-8.8.0-Nightly, RHEL-8.6.0-Nightly, RHEL-8.4.0-Nightly]
epel-9-ppc64le:
distros: [RHEL-9.7.0-Nightly, RHEL-9.6.0-Nightly, RHEL-9.4.0-Nightly, RHEL-9.2.0-Nightly, RHEL-9.0.0-Nightly]
# rhel+epel-10-ppc64le:
# distros: [RHEL-10.0-Nightly]
skip_build: true
manual_trigger: false
tmt_plan: kpatch-integration-rhel
fmf_url: https://gitlab.com/redhat/centos-stream/tests/kernel/test-plans.git
fmf_ref: main
jobs:
- <<: *common-upstream-kernel-test-config
# [NOTE] Runs only for PRs to be merged into `master`
trigger: pull_request
labels:
- integration-pr
- <<: *common-upstream-kernel-test-config
trigger: commit
labels:
- integration-commit
- <<: *common-rhel-test-config
# [NOTE] Runs only for PRs to be merged into `master`
trigger: pull_request
labels:
- integration-pr
- <<: *common-rhel-test-config
trigger: commit
labels:
- integration-commit