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

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

Issue 2162143004: git: apply a 5 minutes timeout to "ensure git tooling on windows" step (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 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" 4 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
5 ], 5 ],
6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", 6 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
7 "name": "ensure git tooling on windows" 7 "name": "ensure git tooling on windows",
8 "timeout": 300
8 }, 9 },
9 { 10 {
10 "cmd": [ 11 "cmd": [
11 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", 12 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
12 "diff", 13 "diff",
13 "--cached", 14 "--cached",
14 "--name-only" 15 "--name-only"
15 ], 16 ],
16 "cwd": "[SLAVE_BUILD]", 17 "cwd": "[SLAVE_BUILD]",
17 "name": "git diff to analyze patch", 18 "name": "git diff to analyze patch",
(...skipping 17 matching lines...) Expand all
35 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@" 36 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a 70e7\"@@@"
36 ] 37 ]
37 }, 38 },
38 { 39 {
39 "name": "$result", 40 "name": "$result",
40 "reason": "Step('fail') failed with return_code 1", 41 "reason": "Step('fail') failed with return_code 1",
41 "recipe_result": null, 42 "recipe_result": null,
42 "status_code": 1 43 "status_code": 1
43 } 44 }
44 ] 45 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698