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

Unified Diff: scripts/slave/recipe_modules/bot_update/api.py

Issue 247063005: Turn bot_update on for slave[256:300] (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: s/299/300/ Created 6 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
« no previous file with comments | « scripts/slave/bot_update.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/bot_update/api.py
diff --git a/scripts/slave/recipe_modules/bot_update/api.py b/scripts/slave/recipe_modules/bot_update/api.py
index b1d506a6c159fc8a4caaa58cc7b0ed26a3df88ac..6686ddee19131bc6866f7c1817c918d554c3a4a1 100644
--- a/scripts/slave/recipe_modules/bot_update/api.py
+++ b/scripts/slave/recipe_modules/bot_update/api.py
@@ -28,7 +28,7 @@ ENABLED_BUILDERS = {
]
}
ENABLED_SLAVES = {
- 'tryserver.chromium': ['slave%d-c4' % i for i in range(250, 256)]
+ 'tryserver.chromium': ['slave%d-c4' % i for i in range(250, 300)]
}
« no previous file with comments | « scripts/slave/bot_update.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698