Commit bd78483a authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Fix some TODOs in the test suite exceptions.

Removed some now-unneeded Mac- and Linux-related test suite
exceptions. There are no changes to the generated waterfalls.

Bug: 833020
Change-Id: Ia76178134f60fd0c018ef84658d9f0f3ea4390ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585987
Auto-Submit: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#654567}
parent 74e41411
...@@ -1021,12 +1021,6 @@ ...@@ -1021,12 +1021,6 @@
'--debug', '--debug',
], ],
'swarming': { 'swarming': {
'dimension_sets': [
{
# TODO(kbr): this is essentially redundant.
'os': 'Ubuntu-14.04',
},
],
'shards': 20, 'shards': 20,
}, },
}, },
...@@ -1721,12 +1715,6 @@ ...@@ -1721,12 +1715,6 @@
}, },
'Linux Tests': { 'Linux Tests': {
'swarming': { 'swarming': {
'dimension_sets': [
{
# TODO(kbr): this is essentially redundant.
'os': 'Ubuntu-14.04',
},
],
'shards': 6, 'shards': 6,
}, },
}, },
...@@ -1735,12 +1723,6 @@ ...@@ -1735,12 +1723,6 @@
'--debug', '--debug',
], ],
'swarming': { 'swarming': {
'dimension_sets': [
{
# TODO(kbr): this is essentially redundant.
'os': 'Ubuntu-14.04',
},
],
'shards': 20, 'shards': 20,
}, },
}, },
...@@ -1768,26 +1750,17 @@ ...@@ -1768,26 +1750,17 @@
}, },
}, },
'Mac10.12 Tests': { 'Mac10.12 Tests': {
# TODO(kbr): if the Swarming dimensions were explicitly specified for
# all jobs then this wouldn't be needed.
'swarming': { 'swarming': {
'dimension_sets': [
{
'gpu': '8086:0a2e',
'os': 'Mac-10.12.6',
},
],
'shards': 12, 'shards': 12,
}, },
}, },
'Mac10.13 Tests': { 'Mac10.13 Tests': {
# TODO(kbr): if the Swarming dimensions were explicitly specified for
# all jobs then this wouldn't be needed.
'swarming': { 'swarming': {
'dimension_sets': [ 'dimension_sets': [
{ {
# Run the layout tests on a consistent set of hardware
# (Mac Minis).
'gpu': '8086:0a2e', 'gpu': '8086:0a2e',
'os': 'Mac-10.13.6',
}, },
], ],
'shards': 12, 'shards': 12,
......
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