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

Side by Side Diff: recipe_modules/tryserver/example.expected/with_svn_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 "svn", 4 "svn",
5 "export", 5 "export",
6 "--force", 6 "--force",
7 "svn://checkout.url", 7 "svn://checkout.url",
8 "/path/to/tmp/diff" 8 "/path/to/tmp/diff"
9 ], 9 ],
10 "name": "download patch", 10 "name": "download patch",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "~followup_annotations": [ 56 "~followup_annotations": [
57 "step returned non-zero exit code: 1", 57 "step returned non-zero exit code: 1",
58 "@@@STEP_TEXT@foo@@@", 58 "@@@STEP_TEXT@foo@@@",
59 "@@@STEP_FAILURE@@@", 59 "@@@STEP_FAILURE@@@",
60 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 60 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
61 ] 61 ]
62 }, 62 },
63 { 63 {
64 "name": "$result", 64 "name": "$result",
65 "reason": "Step('fail') failed with return_code 1", 65 "reason": "Step('fail') failed with return_code 1",
66 "recipe_result": null,
66 "status_code": 1 67 "status_code": 1
67 } 68 }
68 ] 69 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698