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

Unified Diff: test/masters_cfg_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 | « site_config/config_default.py ('k') | test/masters_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/masters_cfg_test.py
diff --git a/test/masters_cfg_test.py b/test/masters_cfg_test.py
index 0ddece09451ee579b18e1eb8e323c882abc38305..6f55d6392f70a48402d017bb6229eac444d4e2a0 100755
--- a/test/masters_cfg_test.py
+++ b/test/masters_cfg_test.py
@@ -24,8 +24,8 @@ from common import master_cfg_utils
# to be fixed and removed from the list!
BLACKLIST = set(['chromium.swarm',
'chromium.chromebot',
- 'chromiumos.tryserver',
- 'client.nacl.chrome'])
+ 'client.nacl.chrome'
+ ])
Cmd = collections.namedtuple('Cmd', ['name', 'path', 'env'])
« no previous file with comments | « site_config/config_default.py ('k') | test/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698