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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 "import sys; sys.exit(1)" 6 "import sys; sys.exit(1)"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "Recipe failed. Reason: Fake failure", 9 "name": "Recipe failed. Reason: Fake failure",
9 "~followup_annotations": [ 10 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 11 "step returned non-zero exit code: 1",
11 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 12 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
12 "@@@STEP_LOG_END@python.inline@@@", 13 "@@@STEP_LOG_END@python.inline@@@",
13 "@@@STEP_FAILURE@@@" 14 "@@@STEP_FAILURE@@@"
14 ] 15 ]
15 }, 16 },
16 { 17 {
17 "name": "$result", 18 "name": "$result",
18 "reason": "Step('Recipe failed. Reason: Fake failure') failed with return_co de 1", 19 "reason": "Step('Recipe failed. Reason: Fake failure') failed with return_co de 1",
19 "status_code": 1 20 "status_code": 1
20 } 21 }
21 ] 22 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/gsutil/example.expected/basic.json ('k') | scripts/slave/recipe_modules/ios/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698