Bug 1267825 - Add test task definitions for Linux 64 opt; r=dustin

--HG--
extra : rebase_source : 775c296897f53a45ad942ab9c5b8892a1382d0b8
This commit is contained in:
Geoff Brown 2016-04-28 14:24:42 -06:00
parent e74c4e5540
commit b1d8c6ae82
31 changed files with 245 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_cppunit.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_crashtest_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_crashtest.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_gtest.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_jittests.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_jsreftest_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_jsreftest.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_marionette_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_marionette.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_a11y.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_bc_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_bc.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_chrome.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_dt_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_dt.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,35 @@
---
$inherits:
from: 'tasks/tests/fx_desktop_generic.yml'
task:
payload:
capabilities:
devices:
loopbackVideo: true
command:
- --no-read-buildbot-config
- --installer-url={{build_url}}
- --test-packages-url={{test_packages_url}}
- --{{suite}}-suite={{flavor}}
- --total-chunk={{total_chunks}}
- --this-chunk={{chunk}}
- --e10s
env:
MOZHARNESS_SCRIPT: 'mozharness/scripts/desktop_unittest.py'
# TODO move linux_unittest.py to a platform specific config
MOZHARNESS_CONFIG: >
mozharness/configs/unittests/linux_unittest.py
mozharness/configs/remove_executables.py
scopes:
- 'docker-worker:capability:device:loopbackVideo'
metadata:
name: '[TC] Linux64 mochitest-gl-e10s'
description: Mochitest webgl e10s run
extra:
suite:
name: mochitest
flavor: mochitest-gl
treeherder:
groupName: Desktop mochitests
groupSymbol: tc-M-e10s
symbol: gl

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_gl_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_gl.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_jetpack.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_media_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_media.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_plain_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_mochitest_plain.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_reftest_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_reftest_not_accelerated.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_reftest.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_web_platform_tests_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_web_platform_tests.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_web_platform_tests_reftests_e10s.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_web_platform_tests_reftests.yml'
task:
payload:
command:
- --download-symbols=ondemand

View File

@ -0,0 +1,7 @@
---
$inherits:
from: 'tasks/tests/fx_linux64_xpcshell.yml'
task:
payload:
command:
- --download-symbols=ondemand