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

Side by Side Diff: scripts/slave/recipes/chromium_gn_upload.expected/full_tryserver_chromium_linux_linux_chromium_gn_upload.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_gn_upload", 10 "linux_chromium_gn_upload",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 ] 111 ]
112 }, 112 },
113 { 113 {
114 "cmd": [], 114 "cmd": [],
115 "name": "ensure_goma" 115 "name": "ensure_goma"
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 121 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
122 "--platform", 122 "--platform",
123 "linux-amd64", 123 "linux-amd64",
124 "--dest-directory", 124 "--dest-directory",
125 "[SLAVE_BUILD]/cipd", 125 "[SLAVE_BUILD]/cipd",
126 "--json-output", 126 "--json-output",
127 "/path/to/tmp/json" 127 "/path/to/tmp/json"
128 ], 128 ],
129 "name": "ensure_goma.install cipd", 129 "name": "ensure_goma.install cipd",
130 "~followup_annotations": [ 130 "~followup_annotations": [
131 "@@@STEP_NEST_LEVEL@1@@@", 131 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "~followup_annotations": [ 319 "~followup_annotations": [
320 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@" 320 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@"
321 ] 321 ]
322 }, 322 },
323 { 323 {
324 "name": "$result", 324 "name": "$result",
325 "recipe_result": null, 325 "recipe_result": null,
326 "status_code": 0 326 "status_code": 0
327 } 327 }
328 ] 328 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698