зеркало из https://github.com/mozilla/gecko-dev.git
34 строки
985 B
YAML
34 строки
985 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.single_dep:loader
|
|
|
|
transforms:
|
|
- taskgraph.transforms.upload_generated_sources:transforms
|
|
- taskgraph.transforms.job:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
kind-dependencies:
|
|
- build
|
|
|
|
only-for-attributes:
|
|
- nightly
|
|
- shippable
|
|
|
|
job-template:
|
|
description: Upload generated source files from build
|
|
worker-type: t-linux-xlarge
|
|
treeherder:
|
|
symbol: Ugs
|
|
kind: build
|
|
worker:
|
|
docker-image: {in-tree: "lint"}
|
|
max-run-time: 600
|
|
run:
|
|
using: mach
|
|
mach: python build/upload_generated_sources.py ${ARTIFACT_URL}
|
|
sparse-profile: upload-generated-sources
|
|
scopes:
|
|
- secrets:get:project/releng/gecko/build/level-{level}/gecko-generated-sources-upload
|