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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 12892 matching lines...) Expand 10 before | Expand all | Expand 10 after
12903 }, 12903 },
12904 "test": "wtf_unittests" 12904 "test": "wtf_unittests"
12905 } 12905 }
12906 ] 12906 ]
12907 }, 12907 },
12908 "WebKit Linux - RandomOrder": { 12908 "WebKit Linux - RandomOrder": {
12909 "isolated_scripts": [ 12909 "isolated_scripts": [
12910 { 12910 {
12911 "isolate_name": "webkit_layout_tests_exparchive", 12911 "isolate_name": "webkit_layout_tests_exparchive",
12912 "merge": { 12912 "merge": {
12913 "args": [
12914 "--verbose",
12915 "--results-json-override-with-build-property",
12916 "build_number",
12917 "buildnumber",
12918 "--results-json-override-with-build-property",
12919 "builder_name",
12920 "buildername",
12921 "--results-json-override-with-build-property",
12922 "chromium_revision",
12923 "got_revision_cp"
12924 ],
Dirk Pranke 2017/04/02 22:56:52 Why did you make these all arguments, rather than
12913 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s" 12925 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
12914 }, 12926 },
12915 "name": "webkit_layout_tests_exparchive", 12927 "name": "webkit_layout_tests_exparchive",
12916 "results_handler": "layout tests", 12928 "results_handler": "layout tests",
12917 "swarming": { 12929 "swarming": {
12918 "can_use_on_swarming_builders": true, 12930 "can_use_on_swarming_builders": true,
12919 "dimension_sets": [ 12931 "dimension_sets": [
12920 { 12932 {
12921 "os": "Ubuntu-14.04" 12933 "os": "Ubuntu-14.04"
12922 } 12934 }
12923 ], 12935 ],
12924 "shards": 10 12936 "shards": 20
12925 } 12937 }
12926 } 12938 }
12927 ] 12939 ]
12928 }, 12940 },
12929 "WebKit Mac - RandomOrder": { 12941 "WebKit Mac - RandomOrder": {
12930 "isolated_scripts": [ 12942 "isolated_scripts": [
12931 { 12943 {
12932 "isolate_name": "webkit_layout_tests_exparchive", 12944 "isolate_name": "webkit_layout_tests_exparchive",
12933 "name": "webkit_layout_tests_exparchive", 12945 "name": "webkit_layout_tests_exparchive",
12934 "swarming": { 12946 "swarming": {
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
13183 }, 13195 },
13184 { 13196 {
13185 "swarming": { 13197 "swarming": {
13186 "can_use_on_swarming_builders": false 13198 "can_use_on_swarming_builders": false
13187 }, 13199 },
13188 "test": "views_unittests" 13200 "test": "views_unittests"
13189 } 13201 }
13190 ] 13202 ]
13191 } 13203 }
13192 } 13204 }
OLDNEW
« 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