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

Unified Diff: infra/tools/bot_setup/version/version.py

Issue 998953003: Make windows bot infra bot_setup canaries (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix Created 5 years, 9 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 | « infra/tools/bot_setup/version/test/version_test.expected/TestVersions.test_expected_active_versions.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/bot_setup/version/version.py
diff --git a/infra/tools/bot_setup/version/version.py b/infra/tools/bot_setup/version/version.py
index 782cca5d0ca54b8d28adf4a2aa2064ad3b7f83de..6c16e39461626267c7339f74af999cd1267d6c47 100644
--- a/infra/tools/bot_setup/version/version.py
+++ b/infra/tools/bot_setup/version/version.py
@@ -13,7 +13,8 @@ DISABLED_BUILDERS = [
CANARY_SLAVES = (
['swarm%d-c4' % i for i in xrange(1, 10)] +
- ['slave%d-c4' % i for i in xrange(250, 260)])
+ ['slave%d-c4' % i for i in xrange(250, 260)] +
+ ['winslave1-c4', 'swarm-win1-c4'])
class BuilderDisabled(Exception):
« no previous file with comments | « infra/tools/bot_setup/version/test/version_test.expected/TestVersions.test_expected_active_versions.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698