Add branch mario preflight with both public and private overlays

BUG=NA
TEST=NA

Review URL: http://codereview.chromium.org/4240002
This commit is contained in:
Scott Zawalski 2010-11-01 22:23:25 -07:00
parent 5a1a13f83d
commit 92a4d1c10b

View File

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