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

Side by Side Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/compile_failure_without_patch.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_trusty_rel", 10 "linux_chromium_trusty_rel",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "--src-dir", 158 "--src-dir",
159 "[SLAVE_BUILD]/src", 159 "[SLAVE_BUILD]/src",
160 "--build-tool", 160 "--build-tool",
161 "ninja", 161 "ninja",
162 "--compiler", 162 "--compiler",
163 "goma", 163 "goma",
164 "--goma-dir", 164 "--goma-dir",
165 "[BUILD]/goma", 165 "[BUILD]/goma",
166 "--goma-fail-fast", 166 "--goma-fail-fast",
167 "--goma-disable-local-fallback", 167 "--goma-disable-local-fallback",
168 "--ninja-ensure-up-to-date",
168 "--", 169 "--",
169 "all", 170 "all",
170 "base_unittests", 171 "base_unittests",
171 "mojo_common_unittests" 172 "mojo_common_unittests"
172 ], 173 ],
173 "cwd": "[SLAVE_BUILD]", 174 "cwd": "[SLAVE_BUILD]",
174 "name": "compile (with patch)", 175 "name": "compile (with patch)",
175 "~followup_annotations": [ 176 "~followup_annotations": [
176 "step returned non-zero exit code: 1", 177 "step returned non-zero exit code: 1",
177 "@@@STEP_FAILURE@@@" 178 "@@@STEP_FAILURE@@@"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "--src-dir", 254 "--src-dir",
254 "[SLAVE_BUILD]/src", 255 "[SLAVE_BUILD]/src",
255 "--build-tool", 256 "--build-tool",
256 "ninja", 257 "ninja",
257 "--compiler", 258 "--compiler",
258 "goma", 259 "goma",
259 "--goma-dir", 260 "--goma-dir",
260 "[BUILD]/goma", 261 "[BUILD]/goma",
261 "--goma-fail-fast", 262 "--goma-fail-fast",
262 "--goma-disable-local-fallback", 263 "--goma-disable-local-fallback",
264 "--ninja-ensure-up-to-date",
263 "--", 265 "--",
264 "all", 266 "all",
265 "base_unittests", 267 "base_unittests",
266 "mojo_common_unittests" 268 "mojo_common_unittests"
267 ], 269 ],
268 "cwd": "[SLAVE_BUILD]", 270 "cwd": "[SLAVE_BUILD]",
269 "name": "compile (without patch)", 271 "name": "compile (without patch)",
270 "~followup_annotations": [ 272 "~followup_annotations": [
271 "step returned non-zero exit code: 1", 273 "step returned non-zero exit code: 1",
272 "@@@STEP_FAILURE@@@", 274 "@@@STEP_FAILURE@@@",
273 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@", 275 "@@@SET_BUILD_PROPERTY@failure_type@\"TRANSIENT_FAILURE\"@@@",
274 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 276 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
275 ] 277 ]
276 }, 278 },
277 { 279 {
278 "name": "$final_result", 280 "name": "$final_result",
279 "reason": "Step('compile (without patch)') failed with return_code 1", 281 "reason": "Step('compile (without patch)') failed with return_code 1",
280 "status_code": 1 282 "status_code": 1
281 } 283 }
282 ] 284 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698