Add Chrome PFQ config that is a copy of current pfq.

Change-Id: Ie1ee6554ec0973a85a11c264346295fd27f59ebf

BUG=chromium-os:11329
TEST=Ran with cbuildbot on local system.

Review URL: http://codereview.chromium.org/6384017
This commit is contained in:
Chris Sosa 2011-01-26 22:01:33 -08:00
parent fb58ea5d96
commit d6ca361c09

View File

@ -53,6 +53,8 @@ config['x86-generic-pre-flight-queue'] = {
'rev_overlays': 'public',
'push_overlays': 'public',
}
config['x86-generic-chrome-pre-flight-queue'] = \
config['x86-generic-pre-flight-queue']
config['x86-mario-pre-flight-queue'] = {
'board' : 'x86-mario',
'uprev' : True,