Add recipe support for Pixel and Pixel XL.

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3964

Change-Id: I782ef741838860bfeace13c335f9a82403047220
Reviewed-on: https://skia-review.googlesource.com/3964
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
This commit is contained in:
Ben Wagner 2016-10-26 13:18:58 -04:00 committed by Skia Commit-Bot
parent 552cd1335f
commit ce37e7af8b

View File

@ -131,6 +131,8 @@ def swarm_dimensions(builder_cfg):
'Nexus7v2': ('flo', 'M'),
'Nexus9': ('flounder', 'NRD91D'),
'NexusPlayer': ('fugu', 'NRD90R'),
'Pixel': ('sailfish', 'NMF25'),
'PixelXL': ('marlin', 'NMF25'),
}[builder_cfg['model']]
dimensions['device_type'] = device_type
dimensions['device_os'] = device_os