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

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

Issue 2759913002: webkitpy: Small changes to merging script (Closed)
Patch Set: Reverting change to chromium.linux.json for landing. 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
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/merge-layout-test-results » ('j') | 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 4914e7ee25a736ea16a8b27ba6f868361fb71161..3386b90a537554040f088cd739083bd0da48984e 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -12910,6 +12910,18 @@
{
"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"
+ ],
Dirk Pranke 2017/04/02 22:56:52 Why did you make these all arguments, rather than
"script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-results"
},
"name": "webkit_layout_tests_exparchive",
@@ -12921,7 +12933,7 @@
"os": "Ubuntu-14.04"
}
],
- "shards": 10
+ "shards": 20
}
}
]
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/merge-layout-test-results » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698