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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_linux_try.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 Linux Try", 10 "Mojo Linux Try",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "name": "gclient runhooks" 66 "name": "gclient runhooks"
67 }, 67 },
68 { 68 {
69 "cmd": [], 69 "cmd": [],
70 "name": "ensure_goma" 70 "name": "ensure_goma"
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 76 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
77 "--platform", 77 "--platform",
78 "linux-amd64", 78 "linux-amd64",
79 "--dest-directory", 79 "--dest-directory",
80 "[SLAVE_BUILD]/cipd", 80 "[SLAVE_BUILD]/cipd",
81 "--json-output", 81 "--json-output",
82 "/path/to/tmp/json" 82 "/path/to/tmp/json"
83 ], 83 ],
84 "name": "ensure_goma.install cipd", 84 "name": "ensure_goma.install cipd",
85 "~followup_annotations": [ 85 "~followup_annotations": [
86 "@@@STEP_NEST_LEVEL@1@@@", 86 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ], 177 ],
178 "cwd": "[SLAVE_BUILD]/src", 178 "cwd": "[SLAVE_BUILD]/src",
179 "name": "Hello" 179 "name": "Hello"
180 }, 180 },
181 { 181 {
182 "name": "$result", 182 "name": "$result",
183 "recipe_result": null, 183 "recipe_result": null,
184 "status_code": 0 184 "status_code": 0
185 } 185 }
186 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698