Bug 1638014: blacklist shippable tests from try when there is an opt version of the test available r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D76012
This commit is contained in:
@@ -38,6 +38,10 @@ UNCOMMON_TRY_TASK_LABELS = [
|
||||
# Test tasks
|
||||
r'web-platform-tests.*backlog', # hide wpt jobs that are not implemented yet - bug 1572820
|
||||
r'-ccov/',
|
||||
# Shippable build tests, except those that don't have opt versions - bug 1638014
|
||||
# blacklist tasks on these platforms that aren't part of the named test suites,
|
||||
# which are known to only run on shippable builds
|
||||
r'(linux1804-64|windows10-64|windows7-32)-shippable(?!.*(awsy|browsertime|marionette-headless|raptor|talos|web-platform-tests-wdspec-headless))', # noqa - too long
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user