зеркало из https://github.com/mozilla/gecko-dev.git
30 строки
738 B
YAML
30 строки
738 B
YAML
job-defaults:
|
|
platform: lint/opt
|
|
treeherder:
|
|
kind: test
|
|
tier: 1
|
|
worker-type: aws-provisioner-v1/gecko-t-linux-xlarge
|
|
worker:
|
|
docker-image: {in-tree: "lint"}
|
|
max-run-time: 1800
|
|
|
|
bugzilla-components:
|
|
description: Generate metadata about source files and Bugzilla
|
|
treeherder:
|
|
symbol: Bugzilla
|
|
index:
|
|
product: source
|
|
job-name: source-bugzilla-info
|
|
run:
|
|
using: mach
|
|
mach: file-info bugzilla-automation /builds/worker/artifacts
|
|
worker:
|
|
artifacts:
|
|
- type: directory
|
|
path: /builds/worker/artifacts
|
|
name: public
|
|
max-run-time: 2700
|
|
when:
|
|
files-changed:
|
|
- '**'
|