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

Unified Diff: buildbot/cbuildbot_config.py

Issue 6673057: Configure alex branch to not push anything but also uprev. (Closed) Base URL: http://git.chromium.org/git/chromite.git@master
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 9c6c6454d853b71b865613ba41be065a3e0c2151..f2de6bef30808b546f04245bec1e025f2029cbd3 100644
--- a/buildbot/cbuildbot_config.py
+++ b/buildbot/cbuildbot_config.py
@@ -146,11 +146,11 @@ 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' : False,
+ 'uprev' : True,
'rev_overlays': 'both',
- 'push_overlays': 'both',
+ 'push_overlays': None,
})
config['x86-mario-pre-flight-branch'] = default.copy()
« 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