Commit d3d3ef1d authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

[testing] switch test to xenial for some linux builders

All of 4 builders have less than 6 hour hourly resource usage in p99.
http://shortn/_M8BzjMoQXa

So I expect this won't add much burden to existing xenial pool.

Bug: 954450
Change-Id: I0a6bae69557f8baa40e7abed1895025ded932dbc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728416Reviewed-by: default avatarYoshisato Yanagisawa <yyanagisawa@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682640}
parent d166c719
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"os": "Ubuntu-14.04" "os": "Ubuntu-16.04"
} }
], ],
"shards": 10 "shards": 10
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"os": "Ubuntu-14.04" "os": "Ubuntu-16.04"
} }
], ],
"shards": 2 "shards": 2
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"os": "Ubuntu-14.04" "os": "Ubuntu-16.04"
} }
] ]
} }
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"os": "Ubuntu-14.04" "os": "Ubuntu-16.04"
} }
] ]
} }
...@@ -21699,7 +21699,7 @@ ...@@ -21699,7 +21699,7 @@
"can_use_on_swarming_builders": true, "can_use_on_swarming_builders": true,
"dimension_sets": [ "dimension_sets": [
{ {
"os": "Ubuntu-14.04" "os": "Ubuntu-16.04"
} }
], ],
"shards": 10 "shards": 10
......
This diff is collapsed.
...@@ -1303,7 +1303,7 @@ ...@@ -1303,7 +1303,7 @@
}, },
'Linux Viz': { 'Linux Viz': {
'mixins': [ 'mixins': [
'linux-trusty', 'linux-xenial',
], ],
'additional_compile_targets': [ 'additional_compile_targets': [
'all', 'all',
...@@ -1830,7 +1830,7 @@ ...@@ -1830,7 +1830,7 @@
}, },
'linux-wpt-fyi-rel': { 'linux-wpt-fyi-rel': {
'mixins': [ 'mixins': [
'linux-trusty', 'linux-xenial',
], ],
'test_suites': { 'test_suites': {
'isolated_scripts': 'wpt_web_tests', 'isolated_scripts': 'wpt_web_tests',
...@@ -3278,7 +3278,7 @@ ...@@ -3278,7 +3278,7 @@
'machines': { 'machines': {
'Cast Audio Linux': { 'Cast Audio Linux': {
'mixins': [ 'mixins': [
'linux-trusty', 'linux-xenial',
], ],
'additional_compile_targets': [ 'additional_compile_targets': [
'cast_shell', 'cast_shell',
...@@ -3326,7 +3326,7 @@ ...@@ -3326,7 +3326,7 @@
}, },
'Leak Detection Linux': { 'Leak Detection Linux': {
'mixins': [ 'mixins': [
'linux-trusty', 'linux-xenial',
], ],
'test_suites': { 'test_suites': {
'isolated_scripts': 'leak_detection_isolated_scripts', 'isolated_scripts': 'leak_detection_isolated_scripts',
......
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