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,