Bug 1961831 - Disable some android perftests temporarily during provider transition. r=perftest-reviewers,taskgraph-reviewers,aglavic,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D246235
This commit is contained in:
@@ -154,9 +154,7 @@ jobs:
|
||||
include-push-tasks: true
|
||||
run-on-projects:
|
||||
- mozilla-central
|
||||
when:
|
||||
- {weekday: 'Monday', hour: 10, minute: 30}
|
||||
- {weekday: 'Thursday', hour: 10, minute: 30}
|
||||
when: [] # Bug 1961831 - Disabled temporarily during provider transition
|
||||
|
||||
- name: custom-car-perf-testing
|
||||
job:
|
||||
|
||||
@@ -770,10 +770,11 @@ def target_tasks_custom_car_perf_testing(full_task_graph, parameters, graph_conf
|
||||
# Bug 1954124 - Don't run JS3 + Android on a cron yet.
|
||||
if "jetstream3" in try_name:
|
||||
return False
|
||||
# Bug 1898514: avoid tp6m or non-essential tp6 jobs in cron on non-a55 platform
|
||||
if "tp6m" in try_name and "a55" not in platform:
|
||||
# Bug 1898514 - Avoid tp6m or non-essential tp6 jobs in cron on non-a55 platform
|
||||
# Bug 1961831 - Disable pageload tests temporarily during provider switch
|
||||
if "tp6m" in try_name:
|
||||
return False
|
||||
# Bug 1945165 Disable ebay-kleinanzeigen on cstm-car-m because of permafail
|
||||
# Bug 1945165 - Disable ebay-kleinanzeigen on cstm-car-m because of permafail
|
||||
if (
|
||||
"ebay-kleinanzeigen" in try_name
|
||||
and "ebay-kleinanzeigen-search" not in try_name
|
||||
|
||||
Reference in New Issue
Block a user