зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1239410 - Add Linux64 debug tier2 GTest jobs + use desktop-test-xlarge workerType. DONTBUILD. r=jmaher
--HG-- extra : commitid : 5GmuanIqae7 extra : source : 5f557135eee78a108b0c1787d6cc0d8f58f337aa
This commit is contained in:
Родитель
bbb7e4a148
Коммит
970440e2cc
|
@ -32,6 +32,7 @@ flags:
|
|||
e10s: /.*e10s.*/
|
||||
gaia-js-integration: /.*gaia-js-integration.*/
|
||||
gaia-ui-test: /.*gaia-ui-test.*/
|
||||
gtest: /gtest.*/
|
||||
jittest: /jittest.*/
|
||||
jittests: /jittest.*/
|
||||
jsreftest: /jsreftest.*/
|
||||
|
@ -121,6 +122,7 @@ flags:
|
|||
- gaia-ui-test-functional
|
||||
- gaia-ui-test-functional-dsds
|
||||
- gaia-ui-test-unit
|
||||
- gtest
|
||||
- jetpack
|
||||
- jittests
|
||||
- jsreftest
|
||||
|
|
|
@ -214,6 +214,10 @@ tests:
|
|||
allowed_build_tasks:
|
||||
tasks/builds/mulet_linux.yml:
|
||||
task: tasks/tests/mulet_gaia_unit_oop.yml
|
||||
gtest:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/dbg_linux64.yml:
|
||||
task: tasks/tests/fx_linux64_gtest.yml
|
||||
jittests:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/dbg_linux64.yml:
|
||||
|
|
|
@ -152,6 +152,10 @@ tests:
|
|||
allowed_build_tasks:
|
||||
tasks/builds/dbg_linux64_clobber.yml:
|
||||
task: tasks/tests/fx_linux64_crashtest.yml
|
||||
gtest:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/dbg_linux64_clobber.yml:
|
||||
task: tasks/tests/fx_linux64_gtest.yml
|
||||
jittests:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/dbg_linux64_clobber.yml:
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
$inherits:
|
||||
from: 'tasks/tests/fx_desktop_generic.yml'
|
||||
task:
|
||||
workerType: desktop-test-xlarge
|
||||
payload:
|
||||
command:
|
||||
- --no-read-buildbot-config
|
||||
- --installer-url={{build_url}}
|
||||
- --test-packages-url={{test_packages_url}}
|
||||
- --download-symbols=ondemand
|
||||
- --{{suite}}-suite={{flavor}}
|
||||
env:
|
||||
MOZHARNESS_SCRIPT: 'mozharness/scripts/desktop_unittest.py'
|
||||
MOZHARNESS_CONFIG: >
|
||||
mozharness/configs/unittests/linux_unittest.py
|
||||
mozharness/configs/remove_executables.py
|
||||
metadata:
|
||||
name: '[TC] Linux64 gtest'
|
||||
description: Gtests run {{chunk}}
|
||||
extra:
|
||||
suite:
|
||||
name: gtest
|
||||
flavor: gtest
|
||||
treeherder:
|
||||
symbol: GTest
|
Загрузка…
Ссылка в новой задаче