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

Side by Side Diff: scripts/slave/recipes/chromium_gn.expected/compile_failure.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 "tryserver.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_chromium_gn_rel", 10 "linux_chromium_gn_rel",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "--src-dir", 247 "--src-dir",
248 "[SLAVE_BUILD]/src", 248 "[SLAVE_BUILD]/src",
249 "--build-tool", 249 "--build-tool",
250 "ninja", 250 "ninja",
251 "--compiler", 251 "--compiler",
252 "goma", 252 "goma",
253 "--goma-dir", 253 "--goma-dir",
254 "[BUILD]/goma", 254 "[BUILD]/goma",
255 "--goma-fail-fast", 255 "--goma-fail-fast",
256 "--goma-disable-local-fallback", 256 "--goma-disable-local-fallback",
257 "--ninja-ensure-up-to-date",
257 "--", 258 "--",
258 "base_unittests" 259 "base_unittests"
259 ], 260 ],
260 "cwd": "[SLAVE_BUILD]", 261 "cwd": "[SLAVE_BUILD]",
261 "name": "compile", 262 "name": "compile",
262 "~followup_annotations": [ 263 "~followup_annotations": [
263 "step returned non-zero exit code: 1", 264 "step returned non-zero exit code: 1",
264 "@@@STEP_FAILURE@@@", 265 "@@@STEP_FAILURE@@@",
265 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795 22fa\"@@@" 266 "@@@SET_BUILD_PROPERTY@failure_hash@\"69f4c2db516d85aa3fa17ec9bd58b1421795 22fa\"@@@"
266 ] 267 ]
267 }, 268 },
268 { 269 {
269 "name": "$final_result", 270 "name": "$final_result",
270 "reason": "Step('compile') failed with return_code 1", 271 "reason": "Step('compile') failed with return_code 1",
271 "status_code": 1 272 "status_code": 1
272 } 273 }
273 ] 274 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698