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

Unified Diff: scripts/slave/recipes/bisect.py

Issue 1929613003: Remove unused builders from tryserver.chromium.perf recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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
Index: scripts/slave/recipes/bisect.py
diff --git a/scripts/slave/recipes/bisect.py b/scripts/slave/recipes/bisect.py
index 44c122c63bca914e389222145b5aa544a99a2472..22193ffcf7c1484a423f346e71b8f71d84a465c2 100644
--- a/scripts/slave/recipes/bisect.py
+++ b/scripts/slave/recipes/bisect.py
@@ -35,16 +35,16 @@ def GenTests(api):
return_code_test = api.test('basic_return_code_test')
basic_test += api.properties.generic(
mastername='tryserver.chromium.perf',
- buildername='linux_perf_bisector')
+ buildername='linux_perf_bisect')
broken_bad_rev_test += api.properties.generic(
mastername='tryserver.chromium.perf',
- buildername='linux_perf_bisector')
+ buildername='linux_perf_bisect')
broken_good_rev_test += api.properties.generic(
mastername='tryserver.chromium.perf',
- buildername='linux_perf_bisector')
+ buildername='linux_perf_bisect')
return_code_test += api.properties.generic(
mastername='tryserver.chromium.perf',
- buildername='linux_perf_bisector')
+ buildername='linux_perf_bisect')
bisect_config = {
'test_type': 'perf',

Powered by Google App Engine
This is Rietveld 408576698