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

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

Issue 2859173002: buildbot: Use multiple shards on Win Random Order bot. (Closed)
Patch Set: Created 3 years, 7 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 c2717d8b6103f140a93d9fbaba916b9453b6bcdb..a52c8becb420ac7abbc97ccc5b6f45697a59dc3a 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -12938,6 +12938,21 @@
"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",
"swarming": {
"can_use_on_swarming_builders": true,
@@ -12949,7 +12964,8 @@
"os": "Windows-7-SP1"
}
],
- "shards": 1
+ "hard_timeout": 900,
+ "shards": 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