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

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

Issue 2759913002: webkitpy: Small changes to merging script (Closed)
Patch Set: Rebase onto master. Created 3 years, 9 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
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index e05e1bf098ea0bcbf3152498a3f939f43797e921..b4662eccc2f9ad12107ff77e058a3df0c808be2e 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -3432,6 +3432,35 @@
],
"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"
+ ],
+ "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-results"
+ },
+ "name": "webkit_layout_tests_exparchive",
+ "results_handler": "layout tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "os": "Ubuntu-14.04"
+ }
+ ],
+ "shards": 10
+ }
+ },
+ {
"isolate_name": "content_shell_crash_test",
"name": "content_shell_crash_test",
"swarming": {

Powered by Google App Engine
This is Rietveld 408576698