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

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

Issue 2264583002: git: use new python script to bootstrap git on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 4 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 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 4 "python",
5 "-u",
6 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
7 "--verbose"
5 ], 8 ],
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 9 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
7 "name": "ensure git tooling on windows", 10 "name": "ensure git tooling on windows",
8 "timeout": 300 11 "timeout": 300
9 }, 12 },
10 { 13 {
11 "cmd": [ 14 "cmd": [
12 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 15 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
13 "diff", 16 "diff",
14 "--cached", 17 "--cached",
(...skipping 21 matching lines...) Expand all
36 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 39 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
37 ] 40 ]
38 }, 41 },
39 { 42 {
40 "name": "$result", 43 "name": "$result",
41 "reason": "Step('fail') failed with return_code 1", 44 "reason": "Step('fail') failed with return_code 1",
42 "recipe_result": null, 45 "recipe_result": null,
43 "status_code": 1 46 "status_code": 1
44 } 47 }
45 ] 48 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698