Bug 1656534: devtools preset no longer runs linux opt fission tests (moved to --full task list). r=Callek

Differential Revision: https://phabricator.services.mozilla.com/D85614
This commit is contained in:
Ben Hearsum 2020-07-31 18:22:02 +00:00
Родитель 2d2fe4d49d
Коммит 2c33b47941
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -40,9 +40,9 @@ UNCOMMON_TRY_TASK_LABELS = [
r'web-platform-tests.*backlog', # hide wpt jobs that are not implemented yet - bug 1572820
r'-ccov/',
r'-profiling-', # talos/raptor profiling jobs are run too often
# Hide shippable versions of non perf tests. The non-shippable versions are faster
# to run.
r'-shippable(?!.*(awsy|browsertime|marionette-headless|raptor|talos|web-platform-tests-wdspec-headless))', # noqa - too long
# Hide shippable versions of tests we have opt versions of because the non-shippable
# versions are faster to run. This is mostly perf tests.
r'-shippable(?!.*(awsy|browsertime|marionette-headless|mochitest-devtools-chrome-fis|raptor|talos|web-platform-tests-wdspec-headless))', # noqa - too long
]