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

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

Issue 2936193002: chromium.webkit: Fix WebKit Linux Trusty (dbg) builder. (Closed)
Patch Set: Put the --debug in the right place. 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 "WebKit Linux Trusty": { 2 "WebKit Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
9 }, 9 },
10 { 10 {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 }, 90 },
91 { 91 {
92 "swarming": { 92 "swarming": {
93 "can_use_on_swarming_builders": true 93 "can_use_on_swarming_builders": true
94 }, 94 },
95 "test": "wtf_unittests" 95 "test": "wtf_unittests"
96 } 96 }
97 ], 97 ],
98 "isolated_scripts": [ 98 "isolated_scripts": [
99 { 99 {
100 "args": [
101 "--debug"
102 ],
100 "isolate_name": "webkit_layout_tests_exparchive", 103 "isolate_name": "webkit_layout_tests_exparchive",
101 "merge": { 104 "merge": {
102 "args": [ 105 "args": [
103 "--verbose", 106 "--verbose",
104 "--results-json-override-with-build-property", 107 "--results-json-override-with-build-property",
105 "build_number", 108 "build_number",
106 "buildnumber", 109 "buildnumber",
107 "--results-json-override-with-build-property", 110 "--results-json-override-with-build-property",
108 "builder_name", 111 "builder_name",
109 "buildername", 112 "buildername",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 "name": "webkit_lint", 670 "name": "webkit_lint",
668 "script": "webkit_lint.py" 671 "script": "webkit_lint.py"
669 }, 672 },
670 { 673 {
671 "name": "webkit_python_tests", 674 "name": "webkit_python_tests",
672 "script": "webkit_python_tests.py" 675 "script": "webkit_python_tests.py"
673 } 676 }
674 ] 677 ]
675 } 678 }
676 } 679 }
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