-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
85 lines (85 loc) · 1.65 KB
/
config.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
imageNameFormat: "ghcr.io/edera-dev/[image]:[tag]"
architectures:
- x86_64
- aarch64
flavors:
- name: zone
- name: zone-openpax
constraints:
series:
- '6.10'
- '6.11'
- name: host
versions:
- current: true
- lower: '5.15'
patches:
- patch: hvc-xen-idm-support-1.patch
series:
- '5.10'
upper: 5.10.210
- patch: hvc-xen-idm-support-2.patch
series:
- '5.10'
lower: '5.10.211'
- patch: 0001-Revert-ALSA-memalloc-Workaround-for-Xen-PV.patch
series:
- '6.6'
- '6.7'
- '6.8'
- '6.9'
- '6.10'
- '6.11'
- patch: openpax-6.10-20240913112548.patch
series: '6.10'
flavors:
- zone-openpax
- patch: openpax-6.11.2-20241009165538.patch
series: '6.11'
flavors:
- zone-openpax
- patch: 0001-x86-topology-Tolerate-lack-of-APIC-when-booting-as-X_01.patch
lower: '6.10'
upper: '6.12.4'
- patch: 0001-x86-topology-Tolerate-lack-of-APIC-when-booting-as-X_02.patch
lower: '6.12.5'
- patches:
- 9pfs-xen-hotplug-1.patch
- 9pfs-xen-hotplug-2.patch
any:
- series: '6.6'
upper: '6.6.63'
- series: '6.12'
upper: '6.12.1'
- patch: 0001-x86-static-call-Remove-early_boot_irqs_disabled-check.patch
any:
- series: '5.15'
lower: '5.15.175'
- series: '6.1'
lower: '6.1.121'
- series: '6.6'
lower: '6.6.67'
- lower: '6.12.6'
images:
- target: kernelsrc
name: kernel-src
publish: false
passBuildArgs: false
- target: buildenv
name: kernel-buildenv
publish: false
passBuildArgs: false
version: local
tags:
- local
- target: kernel
name: "[flavor]-kernel"
format: kernel
- target: sdk
name: "[flavor]-kernel-sdk"
format: kernel.sdk
runners:
- name: edera-large
flavors:
- host
- name: ubuntu-latest