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

Side by Side Diff: recipe_modules/tryserver/example.expected/with_rietveld_patch.json

Issue 2132363002: Manually roll recipes.cfg recipe_engine 2c5509f:9d78ba3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/apply_issue.py", 6 "[DEPOT_TOOLS]/apply_issue.py",
7 "-r", 7 "-r",
8 "[SLAVE_BUILD]", 8 "[SLAVE_BUILD]",
9 "-i", 9 "-i",
10 "12853011", 10 "12853011",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "~followup_annotations": [ 72 "~followup_annotations": [
73 "step returned non-zero exit code: 1", 73 "step returned non-zero exit code: 1",
74 "@@@STEP_TEXT@foo@@@", 74 "@@@STEP_TEXT@foo@@@",
75 "@@@STEP_FAILURE@@@", 75 "@@@STEP_FAILURE@@@",
76 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 76 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
77 ] 77 ]
78 }, 78 },
79 { 79 {
80 "name": "$result", 80 "name": "$result",
81 "reason": "Step('fail') failed with return_code 1", 81 "reason": "Step('fail') failed with return_code 1",
82 "recipe_result": null,
82 "status_code": 1 83 "status_code": 1
83 } 84 }
84 ] 85 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698