Move some layout test suites off of chromium.webkit.
As part of the LUCI migration, we want to shut down
chromium.webkit and just run the layout tests on the
appropriate builders on the android/linux/mac/memory/win
waterfalls instead.
This CL moves the webkit_layout_test suites from
WebKit Linux Trusty (dbg) to Linux Tests (dbg)(1), and
from WebKit Mac 10.11 (dbg) to Mac Tests 10.13 (dbg).
[email protected]
BUG=790293
NOTRY=true
Change-Id: Iaec56746312a2aca700c77ad73314779e034f5fb
Reviewed-on: https://chromium-review.googlesource.com/1101918
Commit-Queue: Dirk Pranke <[email protected]>
Reviewed-by: Ryan Tseng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#567522}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 0f9757b3..beee3da9 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2528,13 +2528,10 @@
# chromium.fyi
'Out of Process Profiling Mac',
# chromium.linux
- 'Linux Tests (dbg)(1)',
- 'Linux Tests (dbg)(1)(32)',
- # chromium.mac
- 'Mac10.13 Tests (dbg)',
+ 'Linux Tests (dbg)(1)(32)', # 32-bit linux is unsupported
# chromium.win
- 'Win 7 Tests x64 (1)',
- 'Win10 Tests x64 (dbg)',
+ 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
+ 'Win10 Tests x64 (dbg)',
],
'modifications': {
# chromium.fyi
@@ -2592,6 +2589,17 @@
'shards': 6,
},
},
+ 'Linux Tests (dbg)(1)': {
+ 'swarming': {
+ 'dimension_sets': [
+ {
+ # TODO(kbr): this is essentially redundant.
+ 'os': 'Ubuntu-14.04',
+ },
+ ],
+ 'shards': 20,
+ },
+ },
# chromium.mac
'Mac10.10 Tests': {
# TODO(kbr): this is essentially redundant.