зеркало из https://github.com/mozilla/gecko-dev.git
31 строка
980 B
YAML
31 строка
980 B
YAML
# 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: taskgraph.loader.transform:loader
|
|
|
|
transforms:
|
|
- taskgraph.transforms.docker_image:transforms
|
|
- 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:
|
|
desktop-test:
|
|
symbol: I(dt)
|
|
desktop1604-test:
|
|
symbol: I(dt16t)
|
|
desktop-build:
|
|
symbol: I(db)
|
|
tester:
|
|
symbol: I(tst)
|
|
lint:
|
|
symbol: I(lnt)
|
|
android-gradle-build:
|
|
symbol: I(agb)
|
|
index-task:
|
|
symbol: I(idx)
|