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

Side by Side Diff: recipe_modules/git/example.expected/platform_win.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 "python", 12 "python",
12 "-u", 13 "-u",
13 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", 14 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py",
14 "--path", 15 "--path",
15 "[SLAVE_BUILD]\\src", 16 "[SLAVE_BUILD]\\src",
16 "--url", 17 "--url",
17 "https://chromium.googlesource.com/chromium/src.git", 18 "https://chromium.googlesource.com/chromium/src.git",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ], 178 ],
178 "cwd": "[SLAVE_BUILD]\\src", 179 "cwd": "[SLAVE_BUILD]\\src",
179 "name": "git bundle" 180 "name": "git bundle"
180 }, 181 },
181 { 182 {
182 "name": "$result", 183 "name": "$result",
183 "recipe_result": null, 184 "recipe_result": null,
184 "status_code": 0 185 "status_code": 0
185 } 186 }
186 ] 187 ]
OLDNEW
« no previous file with comments | « recipe_modules/git/api.py ('k') | recipe_modules/tryserver/example.expected/with_wrong_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698