Commit 6225f6c9 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Move chromium.dev's tests to a pool with templates.

Needs crrev.com/c/2070324 landed & deployed to staging before this can
land.

Bug: 812428
Change-Id: I06d240b78dfcb8d7b5e735a5c67498c55041c9c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057783Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744772}
parent 43dea631
This diff is collapsed.
...@@ -164,6 +164,15 @@ ...@@ -164,6 +164,15 @@
}, },
}, },
}, },
# TODO(crbug.com/812428): Remove this mixin after all test pools have migrated
# to using templates.
'chromium-template-pool': {
'swarming': {
'dimensions': {
'pool': 'chromium.tests.template',
},
},
},
'code-coverage': { 'code-coverage': {
'isolate_coverage_data': True, 'isolate_coverage_data': True,
}, },
......
...@@ -1348,6 +1348,7 @@ ...@@ -1348,6 +1348,7 @@
'machines': { 'machines': {
'android-kitkat-arm-rel-swarming': { 'android-kitkat-arm-rel-swarming': {
'mixins': [ 'mixins': [
'chromium-template-pool',
'kitkat', 'kitkat',
'hammerhead', 'hammerhead',
], ],
...@@ -1360,6 +1361,9 @@ ...@@ -1360,6 +1361,9 @@
'os_type': 'android', 'os_type': 'android',
}, },
'android-marshmallow-arm64-rel-swarming': { 'android-marshmallow-arm64-rel-swarming': {
'mixins': [
'chromium-template-pool',
],
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_swarm_android_gtests', 'gtest_tests': 'chromium_swarm_android_gtests',
}, },
...@@ -1378,17 +1382,24 @@ ...@@ -1378,17 +1382,24 @@
'linux-rel-swarming': { 'linux-rel-swarming': {
'mixins': [ 'mixins': [
'linux-xenial', 'linux-xenial',
'chromium-template-pool',
], ],
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_swarm_linux_gtests', 'gtest_tests': 'chromium_swarm_linux_gtests',
}, },
}, },
'mac-rel-swarming': { 'mac-rel-swarming': {
'mixins': [
'chromium-template-pool',
],
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_swarm_desktop_gtests', 'gtest_tests': 'chromium_swarm_desktop_gtests',
}, },
}, },
'win-rel-swarming': { 'win-rel-swarming': {
'mixins': [
'chromium-template-pool',
],
'test_suites': { 'test_suites': {
'gtest_tests': 'chromium_swarm_desktop_gtests', 'gtest_tests': 'chromium_swarm_desktop_gtests',
}, },
......
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