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

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

Issue 2936763004: Revert of chromium.webkit: Run Layout Tests on Swarming (on Linux bots). (Closed)
Patch Set: 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 4c13da6358323b5ce72e6d818c34af94afad5066..92171682cdfcc023709e3a3c1dc02b9cfcff81d1 100644
--- a/testing/buildbot/chromium.webkit.json
+++ b/testing/buildbot/chromium.webkit.json
@@ -26,37 +26,6 @@
"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",
@@ -95,37 +64,6 @@
"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",
@@ -163,44 +101,6 @@
},
"test": "wtf_unittests"
}
- ],
- "isolated_scripts": [
- {
- "args": [
- "--additional-expectations",
- "src/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": {
@@ -230,44 +130,7 @@
"test": "wtf_unittests"
}
],
- "isolated_scripts": [
- {
- "args": [
- "--additional-expectations",
- "src/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
- }
- }
- ]
+ "scripts": []
},
"WebKit Linux Trusty MSAN": {
"gtest_tests": [
@@ -294,44 +157,6 @@
"can_use_on_swarming_builders": true
},
"test": "wtf_unittests"
- }
- ],
- "isolated_scripts": [
- {
- "args": [
- "--additional-expectations",
- "src/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
- }
}
]
},
« 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