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

Unified Diff: test/masters_test.py

Issue 14383021: Break config_default into master_site_configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: config -> config_bootstrap for masters_test import Created 7 years, 7 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 | « test/masters_cfg_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/masters_test.py
diff --git a/test/masters_test.py b/test/masters_test.py
index 47d648cde3b066ae1834ccf7ecb25ec69ed05b81..1dd072f893335565bf3894d0c5482c8bb352818c 100755
--- a/test/masters_test.py
+++ b/test/masters_test.py
@@ -238,14 +238,14 @@ def main(argv):
'master.client.nacl.toolchain': 'NativeClientToolchain',
'master.client.omaha': 'Omaha',
'master.client.pagespeed': 'PageSpeed',
- 'master.client.sfntly': None,
- 'master.client.skia': None,
- 'master.client.syzygy': None,
- 'master.client.toolkit': None,
+ 'master.client.sfntly': 'Sfntly',
+ 'master.client.skia': None, # buildbot files live in Skia repo
+ 'master.client.syzygy': 'Syzygy',
+ 'master.client.toolkit': 'Toolkit',
'master.client.v8': 'V8',
'master.client.webrtc': 'WebRTC',
'master.devtools': 'DevTools',
- 'master.experimental': None,
+ 'master.experimental': 'Experimental',
'master.tryserver.chromium': 'TryServer',
'master.tryserver.chromium.linux': 'TryServerLinux',
'master.tryserver.libyuv': 'LibyuvTryServer',
« no previous file with comments | « test/masters_cfg_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698