gecko-dev/taskcluster/ci/source-test/webidl.yml
Andrew Halberstadt d54399c111 Bug 1395717 - Use filename source-test tasks are defined in as part of their label, r=dustin
This creates a new "job-from" field that contains the relative filename the job was defined
in. The filename is relative to 'config.path'. If the task came from the 'jobs' key defined
in kind.yml, this field will be set to 'kind.yml'.

MozReview-Commit-ID: 9e1tEb6XuZT

--HG--
rename : taskcluster/ci/source-test/python-tests.yml => taskcluster/ci/source-test/python.yml
extra : rebase_source : 89010f00a96f88a4eecc8b37028f26b483b820ec
2017-08-31 16:38:08 -04:00

21 lines
554 B
YAML

test:
description: WebIDL parser tests
platform: lint/opt
treeherder:
symbol: Wp
kind: test
tier: 1
worker-type: aws-provisioner-v1/gecko-t-linux-xlarge
worker:
docker-image: {in-tree: "lint"}
max-run-time: 1800
run:
using: mach
mach: webidl-parser-test --verbose
when:
files-changed:
- 'dom/bindings/parser/runtests.py'
- 'dom/bindings/parser/WebIDL.py'
- 'dom/bindings/parser/tests/**'
- 'other-licenses/ply/**'