From 92a4d1c10b8444434f2771f4f10bfeeba073809d Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Mon, 1 Nov 2010 22:23:25 -0700 Subject: [PATCH] Add branch mario preflight with both public and private overlays BUG=NA TEST=NA Review URL: http://codereview.chromium.org/4240002 --- bin/cbuildbot_config.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py index e0b0bfad0a..ce41ae2640 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, +} config['x86_agz_bin'] = { 'board' : 'x86-agz', 'uprev' : True,