Commit 10bbec70 authored by Rakib M. Hasan's avatar Rakib M. Hasan Committed by Commit Bot

[gpu tests] Update Android OS Version tags

The tags generated for the Android OS version name have changed
in telemetry. We also need to update the tags in gpu tests.

Bug: chromium:999335
Change-Id: I44f7af062a80c5cf5035d908893c712b07c4b837
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790477
Commit-Queue: Rakib Hasan <rmhasan@google.com>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694762}
parent a86fb985
......@@ -29,7 +29,9 @@ WIN_CONDITIONS = ['xp', 'vista', 'win7', 'win8', 'win10']
MAC_CONDITIONS = ['leopard', 'snowleopard', 'lion', 'mountainlion',
'mavericks', 'yosemite', 'sierra', 'highsierra', 'mojave']
# These aren't expanded out into "lollipop", "marshmallow", etc.
ANDROID_CONDITIONS = ['l', 'm', 'n', 'o', 'p', 'q']
ANDROID_CONDITIONS = ['android-lollipop', 'android-marshmallow',
'anroid-nougat', 'android-oreo', 'android-pie',
'android-10', 'android-kitkat']
GENERIC_CONDITIONS = OS_CONDITIONS + GPU_CONDITIONS
_map_specific_to_generic = {sos:'win' for sos in WIN_CONDITIONS}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment