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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/basic.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ] 161 ]
162 }, 162 },
163 { 163 {
164 "cmd": [], 164 "cmd": [],
165 "name": "ensure_goma" 165 "name": "ensure_goma"
166 }, 166 },
167 { 167 {
168 "cmd": [ 168 "cmd": [
169 "python", 169 "python",
170 "-u", 170 "-u",
171 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 171 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
172 "--platform", 172 "--platform",
173 "mac-amd64", 173 "mac-amd64",
174 "--dest-directory", 174 "--dest-directory",
175 "[SLAVE_BUILD]/cipd", 175 "[SLAVE_BUILD]/cipd",
176 "--json-output", 176 "--json-output",
177 "/path/to/tmp/json" 177 "/path/to/tmp/json"
178 ], 178 ],
179 "name": "ensure_goma.install cipd", 179 "name": "ensure_goma.install cipd",
180 "~followup_annotations": [ 180 "~followup_annotations": [
181 "@@@STEP_NEST_LEVEL@1@@@", 181 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "@@@STEP_LOG_END@fake log@@@", 388 "@@@STEP_LOG_END@fake log@@@",
389 "@@@STEP_LINK@fake URL text@fake URL@@@" 389 "@@@STEP_LINK@fake URL text@fake URL@@@"
390 ] 390 ]
391 }, 391 },
392 { 392 {
393 "name": "$result", 393 "name": "$result",
394 "recipe_result": null, 394 "recipe_result": null,
395 "status_code": 0 395 "status_code": 0
396 } 396 }
397 ] 397 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698