Add branch mario preflight with both public and private overlays

This commit is contained in:
Scott Zawalski 2010-11-01 21:53:30 -07:00
parent 5a1a13f83d
commit 035bff5857

View File

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