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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_crash.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux", 10 "WebKit Linux",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "--target", 145 "--target",
146 "Release", 146 "Release",
147 "--src-dir", 147 "--src-dir",
148 "[SLAVE_BUILD]/src", 148 "[SLAVE_BUILD]/src",
149 "--build-tool", 149 "--build-tool",
150 "ninja", 150 "ninja",
151 "--compiler", 151 "--compiler",
152 "goma", 152 "goma",
153 "--goma-dir", 153 "--goma-dir",
154 "[BUILD]/goma", 154 "[BUILD]/goma",
155 "--ninja-ensure-up-to-date",
155 "--", 156 "--",
156 "blink_tests" 157 "blink_tests"
157 ], 158 ],
158 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
159 "name": "compile" 160 "name": "compile"
160 }, 161 },
161 { 162 {
162 "cmd": [ 163 "cmd": [
163 "python", 164 "python",
164 "-u", 165 "-u",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", 222 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@",
222 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@" 223 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Linux/571/layout-test-results.zip@@@"
223 ] 224 ]
224 }, 225 },
225 { 226 {
226 "name": "$final_result", 227 "name": "$final_result",
227 "reason": "1 tests failed: ['webkit_tests']", 228 "reason": "1 tests failed: ['webkit_tests']",
228 "status_code": 1 229 "status_code": 1
229 } 230 }
230 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698