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

Unified Diff: masters/master.client.syzygy/master_win_official_cfg.py

Issue 7670026: Fix continuous and official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Remove decoy defaults Created 9 years, 4 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 | « masters/master.client.syzygy/master_win_cont_cfg.py ('k') | scripts/master/factory/syzygy_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.syzygy/master_win_official_cfg.py
===================================================================
--- masters/master.client.syzygy/master_win_official_cfg.py (revision 97134)
+++ masters/master.client.syzygy/master_win_official_cfg.py (working copy)
@@ -7,7 +7,6 @@
from master.factory import syzygy_factory
-defaults = { 'category': 'official' }
def win():
return syzygy_factory.SyzygyFactory('src/syzygy',
@@ -42,6 +41,7 @@
'factory': official_factory,
'schedulers': 'syzygy_version',
'auto_reboot': False,
+ 'category': 'official',
}
« no previous file with comments | « masters/master.client.syzygy/master_win_cont_cfg.py ('k') | scripts/master/factory/syzygy_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698