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

Side by Side Diff: scripts/slave/recipe_modules/halt/example.expected/basic.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "import sys; sys.exit(1)" 6 "import sys; sys.exit(1)"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "Recipe failed. Reason: Fake failure", 8 "name": "Recipe failed. Reason: Fake failure",
10 "~followup_annotations": [ 9 "~followup_annotations": [
11 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
12 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 11 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
13 "@@@STEP_LOG_END@python.inline@@@", 12 "@@@STEP_LOG_END@python.inline@@@",
14 "@@@STEP_FAILURE@@@" 13 "@@@STEP_FAILURE@@@"
15 ] 14 ]
16 }, 15 },
17 { 16 {
18 "name": "$result", 17 "name": "$result",
19 "reason": "Step('Recipe failed. Reason: Fake failure') failed with return_co de 1", 18 "reason": "Step('Recipe failed. Reason: Fake failure') failed with return_co de 1",
20 "status_code": 1 19 "status_code": 1
21 } 20 }
22 ] 21 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698