зеркало из https://github.com/mozilla/gecko-dev.git
36 строки
1.0 KiB
YAML
36 строки
1.0 KiB
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 --config testing/web-platform/wptrunner.ini
|
|
&& 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/**'
|