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

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

Issue 2940843002: Revert of chromium.webkit: Fix WebKit Linux Trusty (dbg) builder. (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 "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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "isolate_name": "webkit_layout_tests_exparchive", 100 "isolate_name": "webkit_layout_tests_exparchive",
101 "merge": { 101 "merge": {
102 "args": [ 102 "args": [
103 "--debug",
104 "--verbose", 103 "--verbose",
105 "--results-json-override-with-build-property", 104 "--results-json-override-with-build-property",
106 "build_number", 105 "build_number",
107 "buildnumber", 106 "buildnumber",
108 "--results-json-override-with-build-property", 107 "--results-json-override-with-build-property",
109 "builder_name", 108 "builder_name",
110 "buildername", 109 "buildername",
111 "--results-json-override-with-build-property", 110 "--results-json-override-with-build-property",
112 "chromium_revision", 111 "chromium_revision",
113 "got_revision_cp" 112 "got_revision_cp"
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "name": "webkit_lint", 667 "name": "webkit_lint",
669 "script": "webkit_lint.py" 668 "script": "webkit_lint.py"
670 }, 669 },
671 { 670 {
672 "name": "webkit_python_tests", 671 "name": "webkit_python_tests",
673 "script": "webkit_python_tests.py" 672 "script": "webkit_python_tests.py"
674 } 673 }
675 ] 674 ]
676 } 675 }
677 } 676 }
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