blob: 22b18cf16f46d17d4640a581acc3c040a7035ecd (
plain)
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
loader: gecko_taskgraph.loader.transform:loader
kind-dependencies:
- packages
transforms:
- gecko_taskgraph.transforms.docker_image:transforms
- gecko_taskgraph.transforms.cached_tasks:transforms
- gecko_taskgraph.transforms.task:transforms
# make a task for each docker-image we might want. For the moment, since we
# write artifacts for each, these are whitelisted, but ideally that will change
# (to use subdirectory clones of the proper directory), at which point we can
# generate tasks for every docker image in the directory, secure in the
# knowledge that unnecessary images will be omitted from the target task graph
jobs:
image_builder:
symbol: I(ib)
# Neither the ubuntu1804-*raw nor the ubuntu1804-*packages images can have
# packages dependencies.
ubuntu1804-raw:
symbol: I(ub18-raw)
definition: debian-raw
args:
BASE_IMAGE: ubuntu:bionic
ubuntu1804-packages:
symbol: I(ub18-pkg)
definition: debian-packages
parent: ubuntu1804-raw
ubuntu1804-i386-raw:
symbol: I(ub18-32-raw)
definition: debian-raw
args:
BASE_IMAGE: i386/ubuntu:bionic
ubuntu1804-i386-packages:
symbol: I(ub18-32-pkg)
definition: debian-packages
parent: ubuntu1804-i386-raw
ubuntu1804-base:
symbol: I(ub18-base)
parent: ubuntu1804-raw
packages:
- ub18-mercurial
- ub18-python-zstandard
- ub18-python-psutil
ubuntu1804-test-base:
symbol: I(ub18-test-base)
parent: ubuntu1804-base
packages:
- ub18-libc6
- ub18-pygobject
- ub18-pyatspi
- ub18-32-libc6
ubuntu1804-test:
symbol: I(ub18-test)
parent: ubuntu1804-test-base
ubuntu1804-build-python:
symbol: I(ub18-build-python)
parent: ubuntu1804-base
# Neither the ubuntu1804-*raw nor the ubuntu1804-*packages images can have
# packages dependencies.
ubuntu2004-raw:
symbol: I(ub20-raw)
definition: debian-raw
args:
BASE_IMAGE: ubuntu:focal
ubuntu2204-raw:
symbol: I(ub22-raw)
definition: debian-raw
args:
BASE_IMAGE: ubuntu:jammy
ubuntu2004-packages:
symbol: I(ub20-pkg)
definition: debian-packages
parent: ubuntu2004-raw
ubuntu2204-packages:
symbol: I(ub22-pkg)
definition: debian-packages
parent: ubuntu2204-raw
ubuntu2004-base:
symbol: I(ub20-base)
definition: debian-base
parent: ubuntu2004-raw
packages:
- ub20-mercurial
- ub20-python-zstandard
ubuntu2204-base:
symbol: I(ub22-base)
definition: debian-base
parent: ubuntu2204-raw
packages:
- ub22-mercurial
- ub22-python-zstandard
# Neither the debian8-*raw nor the debian8-*packages images can have
# packages dependencies.
debian8-raw:
symbol: I(deb8-raw)
definition: debian-raw
args:
BASE_IMAGE: debian:jessie-20210208
DIST: jessie
debian8-packages:
symbol: I(deb8-pkg)
definition: debian-packages
parent: debian8-raw
debian8-i386-raw:
symbol: I(deb8-32-raw)
definition: debian-raw
args:
BASE_IMAGE: i386/debian:jessie-20210208
DIST: jessie
debian8-i386-packages:
symbol: I(deb8-32-pkg)
definition: debian-packages
parent: debian8-i386-raw
custom-v8:
symbol: I(custom-v8)
parent: debian12-base
# Chromium-as-Release
custom-car-linux:
symbol: I(custom-car-linux)
parent: debian12-base
# Chromium-as-Release Android
custom-car-android:
symbol: I(custom-car-android)
parent: debian12-base
valgrind-build:
symbol: I(vb)
parent: debian12-amd64-build
packages:
- deb12-valgrind
lint:
symbol: I(lnt)
parent: debian12-base
# Neither the debian12-raw nor the debian12-packages images can have
# packages dependencies.
debian12-raw:
symbol: I(deb12-raw)
definition: debian-raw
args:
BASE_IMAGE: debian:bookworm-20230612
DIST: bookworm
SNAPSHOT: '20230611T210420Z'
debian12-packages:
symbol: I(deb12-pkg)
definition: debian-packages
parent: debian12-raw
debian12-base:
symbol: I(deb12-base)
definition: debian-base
parent: debian12-raw
packages:
- deb12-mercurial
- deb12-python-zstandard
debian12-amd64-build:
symbol: I(deb12)
parent: debian12-base
definition: debian-build
debian12-repackage:
symbol: I(deb12-rpk)
parent: debian12-base
definition: debian-repackage
packages:
- deb12-mercurial
deb12-toolchain-build:
symbol: I(deb12-toolchain)
parent: debian12-base
definition: toolchain-build
android-build:
symbol: I(agb)
parent: debian12-base
fetch:
symbol: I(fetch)
parent: debian12-raw
packages:
- deb12-python-zstandard
static-analysis-build:
symbol: I(static-analysis-build)
parent: debian12-base
gdb-test:
symbol: I(gdb)
parent: debian12-amd64-build
index-task:
symbol: I(idx)
funsize-update-generator:
symbol: I(pg)
update-verify:
symbol: I(uv)
parent: ubuntu2004-base
diffoscope:
symbol: I(diff)
parent: debian12-base
partner-repack:
symbol: I(PR)
parent: debian12-base
definition: partner-repack
updatebot:
symbol: I(3rdp)
parent: push-to-try
periodic-updates:
symbol: I(file)
parent: debian12-base
firefox-snap:
symbol: I(snap)
firefox-flatpak:
symbol: I(flatpak)
webrender:
symbol: I(webrender)
parent: debian12-base
condprof:
symbol: I(condprof)
parent: ubuntu1804-test
sentry:
symbol: I(sentry)
parent: debian12-base
system-symbols-mac:
symbol: I(system-symbols-mac)
parent: debian12-base
system-symbols-win:
symbol: I(system-symbols-win)
parent: debian12-base
system-symbols-win-gfx:
symbol: I(system-symbols-win-gfx)
parent: debian12-base
system-symbols-linux-scraper:
symbol: I(system-symbols-linux)
parent: debian12-base
push-to-try:
symbol: I(push-to-try)
parent: debian12-base
decision:
symbol: I(decision)
parent: ubuntu2004-base
snap-build-core22:
symbol: I(snap22-build)
parent: ubuntu2204-base
definition: snap-coreXX-build
args:
SNAP_BASE: core22
SNAP_LIST: "gnome-42-2204 gtk-common-themes gnome-42-2204-sdk"
android-components:
symbol: I(android-components)
parent: debian12-base
android-ui-tests:
symbol: I(android-ui-tests)
parent: android-components
|