-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.yaml
More file actions
136 lines (136 loc) · 3.87 KB
/
config.yaml
File metadata and controls
136 lines (136 loc) · 3.87 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
imageNameFormat: "ghcr.io/edera-dev/[image]:[tag]"
# Default set of architectures applied to any flavor that does not override it.
architectures:
- x86_64
flavors:
- name: zone
# zone is the only flavor we currently publish for aarch64. Other flavors fall
# back to the global `architectures` list above; add an `architectures:` entry
# here to opt them in.
architectures:
- x86_64
- aarch64
constraints:
lower: '6.1'
- name: zone-amdgpu
constraints:
lower: '6.1'
- name: zone-nvidiagpu
# we will generate distinct images for each of these
# local tags. For `zone-nvidiagpu` specifically,
# we will build that distinct image with the nvidia driver
# version defined here.
# Note that the version numbers here can be found on this page:
# https://www.nvidia.com/en-us/drivers/unix/
# Note also that we have scripts to bump these version numbers that
# depend on the below comment anchors being present, for the time being
local_tags:
- 'nvidia-590.48.01' # Nvidia: "Latest New Feature Branch Version"
- 'nvidia-595.45.04' # Nvidia: "Latest Beta Version"
- 'nvidia-595.71.05' # Nvidia: "Latest Production Branch Version"
constraints:
lower: '6.18'
- 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'
upper: '6.13.999'
- patch: 0001-x86-topology-Tolerate-lack-of-APIC-when-booting-as-X_03.patch
lower: '6.14'
- 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: hack-around-pci-msix-restore-bugs-in-pv-domu.patch
lower: '6.1'
flavors:
- zone-amdgpu
- patch: 0001-x86-CPU-AMD-avoid-printing-reset-reasons-on-Xen-domU.patch
lower: '6.16'
- patch: 0001-9p-xen-mark-9p-transport-device-as-closing-when-remo.patch
lower: '6.1'
upper: '6.12.74'
- patch: 0002-x86-amd_node-fix-integer-divide-by-zero-during-init.patch
lower: '6.17'
- patch: 0003-x86-amd_node-fix-null-pointer-dereference-if-amd_smn.patch
lower: '6.17'
- patches:
- 0001-xen-events-add-_on_node-variants-of-the-lateeoi-bind.patch
- 0002-xen-xenbus-expose-host-NUMA-node-of-a-mapped-ring.patch
- 0003-xen-netback-place-per-queue-kthreads-and-IRQs-near-t.patch
- 0004-xen-blkback-place-per-ring-kthread-and-IRQ-near-the-.patch
- 0005-xen-make-xen_alloc_unpopulated_pages-NUMA-aware.patch
- 0006-xen-xenbus-collapse-xenbus_ring_host_node-to-a-page_.patch
- 0007-xen-xenbus-add-xenbus_setup_ring_node-for-per-node-r.patch
- 0008-xen-netfront-place-per-queue-rings-on-per-queue-node.patch
- 0009-xen-blkfront-place-per-ring-buffers-on-per-hctx-node.patch
lower: '6.18'
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:
# Match order matters: first runner whose constraints match wins.
- name: ubuntu-24.04-arm
arch: aarch64
- name: edera-large
arch: x86_64
flavors:
- host
- zone-amdgpu
- zone-nvidiagpu
- name: ubuntu-latest
arch: x86_64