зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1332727 - Run mochitest-browser-screenshots on taskcluster (by default on linux64/opt). r=jmaher
MozReview-Commit-ID: A9DDxclgNjm --HG-- extra : rebase_source : 7e7c61e23bd983f4e75460b5cd36ea9fec67547f
This commit is contained in:
Родитель
7e904b701f
Коммит
cd53dc38c4
|
@ -38,6 +38,7 @@ linux64/opt:
|
|||
- external-media-tests
|
||||
- web-platform-tests
|
||||
- opt-only-tests
|
||||
- desktop-screenshot-capture
|
||||
- talos
|
||||
|
||||
# TODO: use 'pgo' and 'asan' labels here, instead of -pgo/opt
|
||||
|
|
|
@ -180,6 +180,9 @@ linux32-opt-tests:
|
|||
# mochitest-dt is too slow on linux32/debug
|
||||
- mochitest-devtools-chrome
|
||||
|
||||
desktop-screenshot-capture:
|
||||
- mochitest-browser-screenshots
|
||||
|
||||
android-common-tests:
|
||||
- cppunit
|
||||
- crashtest
|
||||
|
|
|
@ -433,6 +433,35 @@ mochitest-browser-chrome:
|
|||
default: legacy
|
||||
allow-software-gl-layers: false
|
||||
|
||||
mochitest-browser-screenshots:
|
||||
description: "Mochitest Browser Screenshots"
|
||||
suite: mochitest/browser-chrome-screenshots
|
||||
treeherder-symbol: tc-M(ss)
|
||||
loopback-video: true
|
||||
run-on-projects:
|
||||
by-test-platform:
|
||||
linux64/opt: ['mozilla-central', 'try']
|
||||
default: []
|
||||
e10s: true
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
script: desktop_unittest.py
|
||||
no-read-buildbot-config: true
|
||||
config:
|
||||
by-test-platform:
|
||||
windows.*:
|
||||
- unittests/win_taskcluster_unittest.py
|
||||
macosx.*:
|
||||
- remove_executables.py
|
||||
- unittests/mac_unittest.py
|
||||
linux.*:
|
||||
- unittests/linux_unittest.py
|
||||
- remove_executables.py
|
||||
extra-options:
|
||||
- --mochitest-suite=browser-chrome-screenshots
|
||||
instance-size: legacy
|
||||
allow-software-gl-layers: false
|
||||
|
||||
mochitest-chrome:
|
||||
description: "Mochitest chrome run"
|
||||
suite: mochitest/chrome
|
||||
|
|
Загрузка…
Ссылка в новой задаче