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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_android_arm_compile_rel.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_android_arm_compile_rel", 10 "v8_android_arm_compile_rel",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ] 63 ]
64 }, 64 },
65 { 65 {
66 "cmd": [], 66 "cmd": [],
67 "name": "ensure_goma" 67 "name": "ensure_goma"
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 73 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
74 "--platform", 74 "--platform",
75 "linux-386", 75 "linux-386",
76 "--dest-directory", 76 "--dest-directory",
77 "[SLAVE_BUILD]/cipd", 77 "[SLAVE_BUILD]/cipd",
78 "--json-output", 78 "--json-output",
79 "/path/to/tmp/json" 79 "/path/to/tmp/json"
80 ], 80 ],
81 "name": "ensure_goma.install cipd", 81 "name": "ensure_goma.install cipd",
82 "~followup_annotations": [ 82 "~followup_annotations": [
83 "@@@STEP_NEST_LEVEL@1@@@", 83 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
289 "@@@STEP_LOG_END@json.output (invalid)@@@" 289 "@@@STEP_LOG_END@json.output (invalid)@@@"
290 ] 290 ]
291 }, 291 },
292 { 292 {
293 "name": "$result", 293 "name": "$result",
294 "recipe_result": null, 294 "recipe_result": null,
295 "status_code": 0 295 "status_code": 0
296 } 296 }
297 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698