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 <[email protected]>
Reviewed-by: John Budorick <[email protected]>
Commit-Queue: John Budorick <[email protected]>
Cr-Commit-Position: refs/heads/master@{#654567}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 11b2485d..976158d 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1021,12 +1021,6 @@
'--debug',
],
'swarming': {
- 'dimension_sets': [
- {
- # TODO(kbr): this is essentially redundant.
- 'os': 'Ubuntu-14.04',
- },
- ],
'shards': 20,
},
},
@@ -1721,12 +1715,6 @@
},
'Linux Tests': {
'swarming': {
- 'dimension_sets': [
- {
- # TODO(kbr): this is essentially redundant.
- 'os': 'Ubuntu-14.04',
- },
- ],
'shards': 6,
},
},
@@ -1735,12 +1723,6 @@
'--debug',
],
'swarming': {
- 'dimension_sets': [
- {
- # TODO(kbr): this is essentially redundant.
- 'os': 'Ubuntu-14.04',
- },
- ],
'shards': 20,
},
},
@@ -1768,26 +1750,17 @@
},
},
'Mac10.12 Tests': {
- # TODO(kbr): if the Swarming dimensions were explicitly specified for
- # all jobs then this wouldn't be needed.
'swarming': {
- 'dimension_sets': [
- {
- 'gpu': '8086:0a2e',
- 'os': 'Mac-10.12.6',
- },
- ],
'shards': 12,
},
},
'Mac10.13 Tests': {
- # TODO(kbr): if the Swarming dimensions were explicitly specified for
- # all jobs then this wouldn't be needed.
'swarming': {
'dimension_sets': [
{
+ # Run the layout tests on a consistent set of hardware
+ # (Mac Minis).
'gpu': '8086:0a2e',
- 'os': 'Mac-10.13.6',
},
],
'shards': 12,