Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: tools/perf/core/perf_data_generator.py

Issue 2968923002: Deschedule all benchmarks on Linux Perf builder (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_data_generator.py
diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
index 01c2e71a6c598c822947bedeed3c57bfd264390a..59978643cf39662f8e18bedde7558794f029213d 100755
--- a/tools/perf/core/perf_data_generator.py
+++ b/tools/perf/core/perf_data_generator.py
@@ -483,7 +483,10 @@ def get_waterfall_config():
'pool': 'Chrome-perf',
'device_ids': [
'build158-m1', 'build159-m1', 'build160-m1',
- 'build161-m1', 'build162-m1']
+ 'build161-m1', 'build162-m1'],
+ 'perf_tests': [
+ ('net_perftests', 'build159-m1'),
+ ]
}
])
waterfall = add_tester(
@@ -754,6 +757,8 @@ BENCHMARK_SWARMING_TIMEOUTS = {
# Please add a comment with a bug for replacing the device.
BLACKLISTED_DEVICES = [
'build152-m1', # crbug.com/736593
+ # All Linux perf bots (crbug.com/732463)
+ 'build148-m1', 'build149-m1', 'build150-m1', 'build151-m1', 'build152-m1',
]
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698