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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 2958453002: buildbot: Enable merging Mac output. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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 12047 matching lines...) Expand 10 before | Expand all | Expand 10 after
12058 "hard_timeout": 6000, 12058 "hard_timeout": 6000,
12059 "shards": 15 12059 "shards": 15
12060 } 12060 }
12061 } 12061 }
12062 ] 12062 ]
12063 }, 12063 },
12064 "WebKit Mac - RandomOrder": { 12064 "WebKit Mac - RandomOrder": {
12065 "isolated_scripts": [ 12065 "isolated_scripts": [
12066 { 12066 {
12067 "isolate_name": "webkit_layout_tests_exparchive", 12067 "isolate_name": "webkit_layout_tests_exparchive",
12068 "merge": {
12069 "args": [
12070 "--verbose",
12071 "--results-json-override-with-build-property",
12072 "build_number",
12073 "buildnumber",
12074 "--results-json-override-with-build-property",
12075 "builder_name",
12076 "buildername",
12077 "--results-json-override-with-build-property",
12078 "chromium_revision",
12079 "got_revision_cp"
12080 ],
12081 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
12082 },
12068 "name": "webkit_layout_tests", 12083 "name": "webkit_layout_tests",
12084 "results_handler": "layout tests",
12069 "swarming": { 12085 "swarming": {
12070 "can_use_on_swarming_builders": true, 12086 "can_use_on_swarming_builders": true,
12071 "dimension_sets": [ 12087 "dimension_sets": [
12072 { 12088 {
12073 "os": "Mac-10.9" 12089 "os": "Mac-10.9"
12074 }, 12090 },
12075 { 12091 {
12076 "os": "Mac-10.12" 12092 "os": "Mac-10.12"
12077 }, 12093 },
12078 { 12094 {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
12359 "test": "views_unittests" 12375 "test": "views_unittests"
12360 } 12376 }
12361 ] 12377 ]
12362 }, 12378 },
12363 "Win Builder (ANGLE)": { 12379 "Win Builder (ANGLE)": {
12364 "additional_compile_targets": [ 12380 "additional_compile_targets": [
12365 "all" 12381 "all"
12366 ] 12382 ]
12367 } 12383 }
12368 } 12384 }
OLDNEW
« 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