From 035bff585779b05faf70d877d326c2a9664e9f32 Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Mon, 1 Nov 2010 21:53:30 -0700 Subject: [PATCH] Add branch mario preflight with both public and private overlays --- bin/cbuildbot_config.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py index e0b0bfad0a..1ba98cba26 100644 --- a/bin/cbuildbot_config.py +++ b/bin/cbuildbot_config.py @@ -53,6 +53,15 @@ 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, + 'overlays': True, +} config['x86_agz_bin'] = { 'board' : 'x86-agz', 'uprev' : True,