Change uprev to False for Chrome pfq.

Change-Id: I8c635cf228c9bf1c77d97656d6b38de5289ff9e6

BUG=
TEST=

Review URL: http://codereview.chromium.org/6347027
This commit is contained in:
Chris Sosa 2011-01-28 22:48:46 -08:00
parent 25272888e8
commit b8a84b2cb7

View File

@ -103,7 +103,7 @@ config['x86-generic-chrome-pre-flight-queue'].update({
'board' : 'x86-generic', 'board' : 'x86-generic',
'master' : True, 'master' : True,
'uprev' : True, 'uprev' : False,
'rev_overlays': 'public', 'rev_overlays': 'public',
'push_overlays': 'public', 'push_overlays': 'public',
}) })