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

Unified Diff: bin/cbuildbot_config.py

Issue 4240002: Add branch mario preflight with both public and private overlays (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils@master
Patch Set: update to remove overlays, missed that overlays isn't the decider here Created 10 years, 1 month 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: bin/cbuildbot_config.py
diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py
index e0b0bfad0a981d1ee055ea71fa66e8ff19e1c91c..ce41ae26409953469b448c906fbfc50053b2aafc 100644
--- a/bin/cbuildbot_config.py
+++ b/bin/cbuildbot_config.py
@@ -53,6 +53,14 @@ config['x86-mario-pre-flight-queue'] = {
'smoke_bvt' : True,
'overlays': 'private',
}
+config['x86-mario-pre-flight-branch'] = {
+ 'board' : 'x86-mario',
+ 'uprev' : True,
+ 'master' : True,
+ 'important' : False,
+ 'unittests' : True,
+ 'smoke_bvt' : True,
David James 2010/11/02 05:37:36 If 'master' is true then 'overlays' needs to be de
+}
config['x86_agz_bin'] = {
'board' : 'x86-agz',
'uprev' : True,
« 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