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

Unified Diff: scripts/slave/bot_update.py

Issue 1858233002: V8: Move x87 builders to new master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Files 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/bot_update.py
diff --git a/scripts/slave/bot_update.py b/scripts/slave/bot_update.py
index 4997a0438292edfab7f4712911f8cb63068e50db..c209cfa7432027ca4d91e60431c67db0e46da2af 100755
--- a/scripts/slave/bot_update.py
+++ b/scripts/slave/bot_update.py
@@ -271,6 +271,7 @@ ENABLED_MASTERS = [
'client.v8',
'client.v8.branches',
'client.v8.fyi',
+ 'client.v8.ports',
Michael Achenbach 2016/04/05 14:50:03 Wonder what this file is still doing here. The sam
Sergiy Byelozyorov 2016/04/05 15:04:09 Acknowledged.
'client.webrtc',
'client.webrtc.fyi',
'tryserver.blink',
@@ -318,6 +319,7 @@ DISABLED_SLAVES.update(internal_data.get('DISABLED_SLAVES', {}))
GIT_MASTERS = [
'client.v8',
'client.v8.branches',
+ 'client.v8.ports',
'tryserver.v8',
]
GIT_MASTERS += internal_data.get('GIT_MASTERS', [])

Powered by Google App Engine
This is Rietveld 408576698