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

Side by Side Diff: recipe_modules/tryserver/example.expected/with_git_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 "[BUILD]/scripts/slave/git_setup.py", 6 "[BUILD]/scripts/slave/git_setup.py",
7 "--path", 7 "--path",
8 "[TMP_BASE]/patch_tmp_1", 8 "[TMP_BASE]/patch_tmp_1",
9 "--url", 9 "--url",
10 "http://patch.url/" 10 "http://patch.url/"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "~followup_annotations": [ 92 "~followup_annotations": [
93 "step returned non-zero exit code: 1", 93 "step returned non-zero exit code: 1",
94 "@@@STEP_TEXT@foo@@@", 94 "@@@STEP_TEXT@foo@@@",
95 "@@@STEP_FAILURE@@@", 95 "@@@STEP_FAILURE@@@",
96 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 96 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
97 ] 97 ]
98 }, 98 },
99 { 99 {
100 "name": "$result", 100 "name": "$result",
101 "reason": "Step('fail') failed with return_code 1", 101 "reason": "Step('fail') failed with return_code 1",
102 "recipe_result": null,
102 "status_code": 1 103 "status_code": 1
103 } 104 }
104 ] 105 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698