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

Unified Diff: buildbot/cbuildbot_config.py

Issue 6673063: Configure alex branch to not push anything but also uprev. (Closed) Base URL: http://git.chromium.org/git/chromite.git@0.11.257.B
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/cbuildbot_config.py
diff --git a/buildbot/cbuildbot_config.py b/buildbot/cbuildbot_config.py
index e5d68de0e218bf6097bd95f619fb12f7f5e40180..519a6a08dee5a2601434bff6a6b5467473f36207 100644
--- a/buildbot/cbuildbot_config.py
+++ b/buildbot/cbuildbot_config.py
@@ -141,7 +141,7 @@ config['x86-mario-pre-flight-queue'].update({
config['x86-alex-pre-flight-branch'] = default.copy()
config['x86-alex-pre-flight-branch'].update({
'board' : 'x86-alex',
- 'master' : True,
+ 'master' : False,
'uprev' : True,
'rev_overlays': 'both',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698