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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_android_builder.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.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "Mojo Android Builder", 10 "Mojo Android Builder",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "name": "gclient runhooks" 60 "name": "gclient runhooks"
61 }, 61 },
62 { 62 {
63 "cmd": [], 63 "cmd": [],
64 "name": "ensure_goma" 64 "name": "ensure_goma"
65 }, 65 },
66 { 66 {
67 "cmd": [ 67 "cmd": [
68 "python", 68 "python",
69 "-u", 69 "-u",
70 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 70 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
71 "--platform", 71 "--platform",
72 "linux-amd64", 72 "linux-amd64",
73 "--dest-directory", 73 "--dest-directory",
74 "[SLAVE_BUILD]/cipd", 74 "[SLAVE_BUILD]/cipd",
75 "--json-output", 75 "--json-output",
76 "/path/to/tmp/json" 76 "/path/to/tmp/json"
77 ], 77 ],
78 "name": "ensure_goma.install cipd", 78 "name": "ensure_goma.install cipd",
79 "~followup_annotations": [ 79 "~followup_annotations": [
80 "@@@STEP_NEST_LEVEL@1@@@", 80 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "--android" 152 "--android"
153 ], 153 ],
154 "name": "upload shell and app binaries" 154 "name": "upload shell and app binaries"
155 }, 155 },
156 { 156 {
157 "name": "$result", 157 "name": "$result",
158 "recipe_result": null, 158 "recipe_result": null,
159 "status_code": 0 159 "status_code": 0
160 } 160 }
161 ] 161 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698