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

Unified Diff: scripts/slave/bot_update.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 | « no previous file | scripts/slave/recipe_modules/bot_update/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/bot_update.py
diff --git a/scripts/slave/bot_update.py b/scripts/slave/bot_update.py
index 593ca8742e6c4e2a76e1d03a01e92c745fb1f308..fee38b86c9c43baf8c218c8e681ca57a781e415c 100755
--- a/scripts/slave/bot_update.py
+++ b/scripts/slave/bot_update.py
@@ -122,7 +122,7 @@ ENABLED_SLAVES = {
# Tryserver bots need to be enabled on a bot basis to make sure checkouts
# on the same bot do not conflict.
- 'tryserver.chromium': ['slave%d-c4' % i for i in range(250, 256)],
+ 'tryserver.chromium': ['slave%d-c4' % i for i in range(250, 300)],
}
# Disabled filters get run AFTER enabled filters, so for example if a builder
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/bot_update/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698