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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg.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 Tests (dbg)", 10 "Mojo Android Builder Tests (dbg)",
(...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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 254 ],
255 "cwd": "[SLAVE_BUILD]/src", 255 "cwd": "[SLAVE_BUILD]/src",
256 "name": "Hello" 256 "name": "Hello"
257 }, 257 },
258 { 258 {
259 "name": "$result", 259 "name": "$result",
260 "recipe_result": null, 260 "recipe_result": null,
261 "status_code": 0 261 "status_code": 0
262 } 262 }
263 ] 263 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698