gecko-dev/taskcluster/ci/source-test/wpt-manifest.yml
Ahilya Sinha 82a797e13b Bug 1467332 - Change wpt-manifest upload format, r=jgraham
MozReview-Commit-ID: Ef5m6VotwgD

--HG--
extra : rebase_source : 6c9a7d24cc3c3ab9de05df490e225d4441ddb7a0
2018-06-07 03:49:36 +05:30

36 lines
1015 B
YAML

job-defaults:
platform: linux64/opt
treeherder:
kind: test
tier: 2
worker-type: aws-provisioner-v1/gecko-t-linux-xlarge
worker:
docker-image: {in-tree: "lint"}
max-run-time: 1800
upload:
description: Generate and store the web-platform-tests manifest
treeherder:
symbol: Wm
index:
product: source
job-name: manifest-upload
rank: build_date
run:
using: run-task
command: >
cd /builds/worker/checkouts/gecko
&& ./mach wpt-manifest-update
&& tar -cvzf manifests.tar.gz -C testing/web-platform/ meta/MANIFEST.json mozilla/meta/MANIFEST.json
worker:
artifacts:
- type: file
path: /builds/worker/checkouts/gecko/manifests.tar.gz
name: public/manifests.tar.gz
max-run-time: 3600
when:
files-changed:
- 'testing/web-platform/tests/**'
- 'testing/web-platform/mozilla/tests/**'