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

Side by Side Diff: scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Win7.json

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/kill_processes.py" 6 "[BUILD]/scripts/slave/kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "name": "cleanup_temp" 112 "name": "cleanup_temp"
113 }, 113 },
114 { 114 {
115 "cmd": [], 115 "cmd": [],
116 "name": "ensure_goma" 116 "name": "ensure_goma"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 122 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
123 "--platform", 123 "--platform",
124 "linux-amd64", 124 "linux-amd64",
125 "--dest-directory", 125 "--dest-directory",
126 "[SLAVE_BUILD]/cipd", 126 "[SLAVE_BUILD]/cipd",
127 "--json-output", 127 "--json-output",
128 "/path/to/tmp/json" 128 "/path/to/tmp/json"
129 ], 129 ],
130 "name": "ensure_goma.install cipd", 130 "name": "ensure_goma.install cipd",
131 "~followup_annotations": [ 131 "~followup_annotations": [
132 "@@@STEP_NEST_LEVEL@1@@@", 132 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "--factory-properties={\"annotated_script\":\"chromedriver_buildbot_run.py \",\"blink_config\":\"chromium\",\"gclient_env\":{\"DEPOT_TOOLS_UPDATE\":\"0\",\ "LANDMINES_VERBOSE\":\"1\"},\"needs_webdriver_java_tests\":true}" 208 "--factory-properties={\"annotated_script\":\"chromedriver_buildbot_run.py \",\"blink_config\":\"chromium\",\"gclient_env\":{\"DEPOT_TOOLS_UPDATE\":\"0\",\ "LANDMINES_VERBOSE\":\"1\"},\"needs_webdriver_java_tests\":true}"
209 ], 209 ],
210 "name": "annotated_steps" 210 "name": "annotated_steps"
211 }, 211 },
212 { 212 {
213 "name": "$result", 213 "name": "$result",
214 "recipe_result": null, 214 "recipe_result": null,
215 "status_code": 0 215 "status_code": 0
216 } 216 }
217 ] 217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698