forked from mirrors/gecko-dev
Bug 1867669 - Temporarily disable all live site browsertime tests. r=aglavic,perftest-reviewers,taskgraph-reviewers,bhearsum DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D195236
This commit is contained in:
parent
d8b0a631e0
commit
431567e88a
1 changed files with 4 additions and 0 deletions
|
|
@ -779,6 +779,10 @@ def target_tasks_general_perf_testing(full_task_graph, parameters, graph_config)
|
||||||
if "tp6-bench" in try_name:
|
if "tp6-bench" in try_name:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
# Bug 1867669 - Temporarily disable all live site tests
|
||||||
|
if "live" in try_name and "sheriffed" not in try_name:
|
||||||
|
return False
|
||||||
|
|
||||||
# Desktop selection
|
# Desktop selection
|
||||||
if "android" not in platform:
|
if "android" not in platform:
|
||||||
# Select some browsertime tasks as desktop smoke-tests
|
# Select some browsertime tasks as desktop smoke-tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue