Bug 1355180: remove special-casing of stylo tests on try; r=dustin

MozReview-Commit-ID: 6sCTNptjIBH

--HG--
extra : rebase_source : 5071c98d2cd06b49f45eb91f581bddabfa35d13e
This commit is contained in:
Dustin J. Mitchell 2017-04-18 17:18:37 +00:00
Родитель 3bb9cc0ec6
Коммит f6ad28440f
2 изменённых файлов: 3 добавлений и 8 удалений

Просмотреть файл

@ -270,7 +270,7 @@ linux64-stylo/opt:
secrets: true
custom-build-variant-cfg: stylo
tooltool-downloads: public
run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central' ]
run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
linux64-stylo/debug:
description: "Linux64 Debug Stylo"
@ -295,7 +295,7 @@ linux64-stylo/debug:
secrets: true
custom-build-variant-cfg: stylo-debug
tooltool-downloads: public
run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central' ]
run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
linux64-jsdcov/opt:
description: "Linux64-JSDCov Opt"

Просмотреть файл

@ -16,7 +16,6 @@ cppunit:
windows.*: ['mozilla-central', 'try']
windows10-64-asan/opt: [] # as an exception to windows.*
linux64-qr/.*: ['graphics'] # not on mozilla-central, even though it's built there
linux64-stylo/.*: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
default: built-projects
mozharness:
by-test-platform:
@ -55,7 +54,6 @@ crashtest:
run-on-projects:
by-test-platform:
windows10.*: []
linux64-stylo/.*: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
default: built-projects
chunks:
by-test-platform:
@ -946,7 +944,6 @@ mochitest-style:
loopback-video: true
docker-image: {"in-tree": "desktop1604-test"}
e10s: both
run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
mozharness:
mochitest-flavor: plain
script: desktop_unittest.py
@ -965,7 +962,6 @@ mochitest-chrome-style:
treeherder-symbol: tc-M(cs)
loopback-video: true
docker-image: {"in-tree": "desktop1604-test"}
run-on-projects: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
e10s: false
mozharness:
mochitest-flavor: chrome
@ -1075,8 +1071,7 @@ reftest-stylo:
chunks: 16
run-on-projects:
by-test-platform:
linux64-stylo/opt: [ 'stylo', 'autoland', 'mozilla-central', 'try' ]
linux64-stylo/debug: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
linux64-stylo/opt: [ 'stylo', 'autoland', 'mozilla-central', 'try' ] # not on mozilla-inbound
default: built-projects
e10s:
# run only e10s tests for this platform see bug 1343301