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, |