blob: bf8d98a83cbad751cddb1207cc2751e65d3675eb (
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
|
# 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
transforms:
- taskgraph.transforms.from_deps
- android_taskgraph.transforms.post_dummy
- android_taskgraph.transforms.chunk
- gecko_taskgraph.transforms.task
kind-dependencies:
- beetmover-components
jobs:
post-beetmover:
description: Dummy task to wait on all builds before publishing them
from-deps:
group-by: build-type
unique-kinds: false
copy-attributes: true
attributes:
component: all
worker-type: succeed
treeherder:
kind: build
platform: AC-android-all/opt
symbol:
by-build-type:
release: post-beetmover-release
beta: post-beetmover-beta
nightly: post-beetmover-nightly
default: post-beetmover
tier: 1
|