Commit 4c0a44fc authored by Yuly Novikov's avatar Yuly Novikov Committed by Commit Bot

Switch GPU.FYI Pixel 2 bots to use PQ3A Chrome pool

Android FYI Release (Pixel 2)
Android FYI SkiaRenderer Vulkan (Pixel 2)

were using PQ2A Chrome-GPU pool before.

TBR=kbr, bpastene

Bug: 1006006
Change-Id: Id80aff4d23509fdeea41099555b6492def9d16ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817202Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698947}
parent 71e64b81
...@@ -6680,11 +6680,11 @@ ...@@ -6680,11 +6680,11 @@
"containment_type": "AUTO", "containment_type": "AUTO",
"dimension_sets": [ "dimension_sets": [
{ {
"device_os": "P", "device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug", "device_os_type": "userdebug",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android"
"pool": "Chrome-GPU"
} }
], ],
"idempotent": false, "idempotent": false,
...@@ -6713,11 +6713,11 @@ ...@@ -6713,11 +6713,11 @@
"containment_type": "AUTO", "containment_type": "AUTO",
"dimension_sets": [ "dimension_sets": [
{ {
"device_os": "P", "device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug", "device_os_type": "userdebug",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android"
"pool": "Chrome-GPU"
} }
], ],
"idempotent": false "idempotent": false
...@@ -6746,11 +6746,11 @@ ...@@ -6746,11 +6746,11 @@
"containment_type": "AUTO", "containment_type": "AUTO",
"dimension_sets": [ "dimension_sets": [
{ {
"device_os": "P", "device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug", "device_os_type": "userdebug",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android"
"pool": "Chrome-GPU"
} }
], ],
"idempotent": false, "idempotent": false,
...@@ -6780,11 +6780,11 @@ ...@@ -6780,11 +6780,11 @@
"containment_type": "AUTO", "containment_type": "AUTO",
"dimension_sets": [ "dimension_sets": [
{ {
"device_os": "P", "device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug", "device_os_type": "userdebug",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android"
"pool": "Chrome-GPU"
} }
], ],
"idempotent": false, "idempotent": false,
...@@ -7060,11 +7060,11 @@ ...@@ -7060,11 +7060,11 @@
"containment_type": "AUTO", "containment_type": "AUTO",
"dimension_sets": [ "dimension_sets": [
{ {
"device_os": "P", "device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug", "device_os_type": "userdebug",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android"
"pool": "Chrome-GPU"
} }
], ],
"output_links": [ "output_links": [
...@@ -7119,11 +7119,11 @@ ...@@ -7119,11 +7119,11 @@
"containment_type": "AUTO", "containment_type": "AUTO",
"dimension_sets": [ "dimension_sets": [
{ {
"device_os": "P", "device_os": "PQ3A.190801.002",
"device_os_flavor": "google",
"device_os_type": "userdebug", "device_os_type": "userdebug",
"device_type": "walleye", "device_type": "walleye",
"os": "Android", "os": "Android"
"pool": "Chrome-GPU"
} }
], ],
"idempotent": false, "idempotent": false,
......
...@@ -545,13 +545,6 @@ ...@@ -545,13 +545,6 @@
}, },
}, },
}, },
'pie': {
'swarming': {
'dimensions': {
'device_os': 'P',
},
},
},
'pie-x86-emulator': { 'pie-x86-emulator': {
'$mixin_append': { '$mixin_append': {
'args': [ 'args': [
......
...@@ -2574,8 +2574,7 @@ ...@@ -2574,8 +2574,7 @@
'os_type': 'android', 'os_type': 'android',
'skip_merge_script': True, 'skip_merge_script': True,
'mixins': [ 'mixins': [
'gpu_pool', 'pie_fleet',
'pie',
'walleye', 'walleye',
], ],
'test_suites': { 'test_suites': {
...@@ -2601,8 +2600,7 @@ ...@@ -2601,8 +2600,7 @@
'browser_config': 'android-chromium', 'browser_config': 'android-chromium',
'skip_merge_script': True, 'skip_merge_script': True,
'mixins': [ 'mixins': [
'gpu_pool', 'pie_fleet',
'pie',
'walleye', 'walleye',
], ],
'test_suites': { 'test_suites': {
......
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