Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1288)

Unified Diff: testing/buildbot/chromium.webkit.json

Issue 2924713004: chromium.webkit: Run Layout Tests on Swarming (on Linux bots). (Closed)
Patch Set: Fixing expectation paths for reland. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.webkit.json
diff --git a/testing/buildbot/chromium.webkit.json b/testing/buildbot/chromium.webkit.json
index 92171682cdfcc023709e3a3c1dc02b9cfcff81d1..b3062339f573f89455981d06aad18a29e1d32a00 100644
--- a/testing/buildbot/chromium.webkit.json
+++ b/testing/buildbot/chromium.webkit.json
@@ -26,6 +26,37 @@
"test": "wtf_unittests"
}
],
+ "isolated_scripts": [
+ {
+ "isolate_name": "webkit_layout_tests_exparchive",
+ "merge": {
+ "args": [
+ "--verbose",
+ "--results-json-override-with-build-property",
+ "build_number",
+ "buildnumber",
+ "--results-json-override-with-build-property",
+ "builder_name",
+ "buildername",
+ "--results-json-override-with-build-property",
+ "chromium_revision",
+ "got_revision_cp"
+ ],
+ "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-results"
+ },
+ "name": "webkit_layout_tests",
+ "results_handler": "layout tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "os": "Ubuntu-14.04"
+ }
+ ],
+ "shards": 6
+ }
+ }
+ ],
"scripts": [
{
"name": "webkit_lint",
@@ -64,6 +95,37 @@
"test": "wtf_unittests"
}
],
+ "isolated_scripts": [
+ {
+ "isolate_name": "webkit_layout_tests_exparchive",
+ "merge": {
+ "args": [
+ "--verbose",
+ "--results-json-override-with-build-property",
+ "build_number",
+ "buildnumber",
+ "--results-json-override-with-build-property",
+ "builder_name",
+ "buildername",
+ "--results-json-override-with-build-property",
+ "chromium_revision",
+ "got_revision_cp"
+ ],
+ "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-results"
+ },
+ "name": "webkit_layout_tests",
+ "results_handler": "layout tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "os": "Ubuntu-14.04"
+ }
+ ],
+ "shards": 6
+ }
+ }
+ ],
"scripts": [
{
"name": "webkit_lint",
@@ -101,6 +163,44 @@
},
"test": "wtf_unittests"
}
+ ],
+ "isolated_scripts": [
+ {
+ "args": [
+ "--additional-expectations",
+ "../../third_party/WebKit/LayoutTests/ASANExpectations",
+ "--time-out-ms",
+ "48000",
+ "--enable-sanitizer"
+ ],
+ "isolate_name": "webkit_layout_tests_exparchive",
+ "merge": {
+ "args": [
+ "--verbose",
+ "--results-json-override-with-build-property",
+ "build_number",
+ "buildnumber",
+ "--results-json-override-with-build-property",
+ "builder_name",
+ "buildername",
+ "--results-json-override-with-build-property",
+ "chromium_revision",
+ "got_revision_cp"
+ ],
+ "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-results"
+ },
+ "name": "webkit_layout_tests",
+ "results_handler": "layout tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "os": "Ubuntu-14.04"
+ }
+ ],
+ "shards": 6
+ }
+ }
]
},
"WebKit Linux Trusty Leak": {
@@ -130,7 +230,44 @@
"test": "wtf_unittests"
}
],
- "scripts": []
+ "isolated_scripts": [
+ {
+ "args": [
+ "--additional-expectations",
+ "../../third_party/WebKit/LayoutTests/LeakExpectations",
+ "--time-out-ms",
+ "48000",
+ "--enable-leak-detection"
+ ],
+ "isolate_name": "webkit_layout_tests_exparchive",
+ "merge": {
+ "args": [
+ "--verbose",
+ "--results-json-override-with-build-property",
+ "build_number",
+ "buildnumber",
+ "--results-json-override-with-build-property",
+ "builder_name",
+ "buildername",
+ "--results-json-override-with-build-property",
+ "chromium_revision",
+ "got_revision_cp"
+ ],
+ "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-results"
+ },
+ "name": "webkit_layout_tests",
+ "results_handler": "layout tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "os": "Ubuntu-14.04"
+ }
+ ],
+ "shards": 6
+ }
+ }
+ ]
},
"WebKit Linux Trusty MSAN": {
"gtest_tests": [
@@ -158,6 +295,44 @@
},
"test": "wtf_unittests"
}
+ ],
+ "isolated_scripts": [
+ {
+ "args": [
+ "--additional-expectations",
+ "../../third_party/WebKit/LayoutTests/MSANExpectations",
+ "--time-out-ms",
+ "66000",
+ "--enable-sanitizer"
+ ],
+ "isolate_name": "webkit_layout_tests_exparchive",
+ "merge": {
+ "args": [
+ "--verbose",
+ "--results-json-override-with-build-property",
+ "build_number",
+ "buildnumber",
+ "--results-json-override-with-build-property",
+ "builder_name",
+ "buildername",
+ "--results-json-override-with-build-property",
+ "chromium_revision",
+ "got_revision_cp"
+ ],
+ "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-results"
+ },
+ "name": "webkit_layout_tests",
+ "results_handler": "layout tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "os": "Ubuntu-14.04"
+ }
+ ],
+ "shards": 6
+ }
+ }
]
},
"WebKit Mac10.10": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698