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

Side by Side Diff: scripts/slave/recipes/chromium.chromedriver.recipe_autogen.expected/Linux32.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.chromedriver", 8 "chromium.chromedriver",
9 "--builder", 9 "--builder",
10 "Linux32", 10 "Linux32",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "name": "cleanup_temp" 104 "name": "cleanup_temp"
105 }, 105 },
106 { 106 {
107 "cmd": [], 107 "cmd": [],
108 "name": "ensure_goma" 108 "name": "ensure_goma"
109 }, 109 },
110 { 110 {
111 "cmd": [ 111 "cmd": [
112 "python", 112 "python",
113 "-u", 113 "-u",
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 114 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
115 "--platform", 115 "--platform",
116 "linux-amd64", 116 "linux-amd64",
117 "--dest-directory", 117 "--dest-directory",
118 "[SLAVE_BUILD]/cipd", 118 "[SLAVE_BUILD]/cipd",
119 "--json-output", 119 "--json-output",
120 "/path/to/tmp/json" 120 "/path/to/tmp/json"
121 ], 121 ],
122 "name": "ensure_goma.install cipd", 122 "name": "ensure_goma.install cipd",
123 "~followup_annotations": [ 123 "~followup_annotations": [
124 "@@@STEP_NEST_LEVEL@1@@@", 124 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "--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,\"use_xvfb_on_li nux\":true}" 209 "--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,\"use_xvfb_on_li nux\":true}"
210 ], 210 ],
211 "name": "annotated_steps" 211 "name": "annotated_steps"
212 }, 212 },
213 { 213 {
214 "name": "$result", 214 "name": "$result",
215 "recipe_result": null, 215 "recipe_result": null,
216 "status_code": 0 216 "status_code": 0
217 } 217 }
218 ] 218 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698