tenfourfox/testing/taskcluster/tasks/tests/fx_linux64_web_platform_tests_e10s.yml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

30 lines
862 B
YAML

---
$inherits:
from: 'tasks/tests/fx_desktop_generic.yml'
task:
payload:
command:
- --no-read-buildbot-config
- --installer-url={{build_url}}
- --test-packages-url={{test_packages_url}}
- --download-symbols=ondemand
- --test-type=testharness
- --e10s
- --total-chunk={{total_chunks}}
- --this-chunk={{chunk}}
env:
MOZHARNESS_SCRIPT: 'mozharness/scripts/web_platform_tests.py'
MOZHARNESS_CONFIG: >
mozharness/configs/web_platform_tests/prod_config.py
mozharness/configs/remove_executables.py
metadata:
name: '[TC] Linux64 web-platform-tests-e10s {{chunk}}'
description: Web platform e10s tests run {{chunk}}
extra:
chunks:
total: 8
treeherder:
groupName: Desktop web-platform-tests
groupSymbol: tc-W-e10s
symbol: {{chunk}}