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

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

Issue 2927703002: chromium.fyi: Run Layout Tests on Swarming (on Linux bots). (Closed)
Patch Set: Fixing dummy builder config? 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.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index efd985b63a499510056bd0499d0f1cdd9cd0786d..1b1fafee656fcb9b3c50e666dbecae0a7ed038a4 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -354,6 +354,41 @@
},
"test": "unit_tests"
}
+ ],
+ "isolated_scripts": [
+ {
+ "args": [
+ "--additional-driver-flag",
+ "--enable-browser-side-navigation"
+ ],
+ "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": 1
+ }
+ }
]
},
"CFI Linux": {
@@ -11035,6 +11070,44 @@
},
"test": "unit_tests"
}
+ ],
+ "isolated_scripts": [
+ {
+ "args": [
+ "--additional-driver-flag",
+ "--site-per-process",
+ "--additional-expectations",
+ "src/third_party/WebKit/LayoutTests/FlagExpectations/site-per-process",
+ "http/tests"
+ ],
+ "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": 1
+ }
+ }
]
},
"Site Isolation Win": {
@@ -11908,6 +11981,80 @@
}
]
},
+ "WebKit Linux layout_ng Dummy Builder": {
+ "isolated_scripts": [
+ {
+ "args": [
+ "--additional-driver-flag=--enable-blink-features=LayoutNG"
+ ],
+ "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"
+ }
+ ],
+ "hard_timeout": 900,
+ "shards": 6
+ }
+ }
+ ]
+ },
+ "WebKit Linux slimming_paint_v2 Dummy Builder": {
+ "isolated_scripts": [
+ {
+ "args": [
+ "--additional-driver-flag=--enable-slimming-paint-v2"
+ ],
+ "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"
+ }
+ ],
+ "hard_timeout": 900,
+ "shards": 6
+ }
+ }
+ ]
+ },
"WebKit Mac - RandomOrder": {
"isolated_scripts": [
{
« 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