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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_release__gn_.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux64 Release (GN)", 10 "Linux64 Release (GN)",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "cmd": [], 50 "cmd": [],
51 "name": "ensure_goma" 51 "name": "ensure_goma"
52 }, 52 },
53 { 53 {
54 "cmd": [ 54 "cmd": [
55 "python", 55 "python",
56 "-u", 56 "-u",
57 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 57 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
58 "--platform", 58 "--platform",
59 "linux-amd64", 59 "linux-amd64",
60 "--dest-directory", 60 "--dest-directory",
61 "[SLAVE_BUILD]/cipd", 61 "[SLAVE_BUILD]/cipd",
62 "--json-output", 62 "--json-output",
63 "/path/to/tmp/json" 63 "/path/to/tmp/json"
64 ], 64 ],
65 "name": "ensure_goma.install cipd", 65 "name": "ensure_goma.install cipd",
66 "~followup_annotations": [ 66 "~followup_annotations": [
67 "@@@STEP_NEST_LEVEL@1@@@", 67 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 166 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
167 "@@@STEP_LOG_END@json.output (invalid)@@@" 167 "@@@STEP_LOG_END@json.output (invalid)@@@"
168 ] 168 ]
169 }, 169 },
170 { 170 {
171 "name": "$result", 171 "name": "$result",
172 "recipe_result": null, 172 "recipe_result": null,
173 "status_code": 0 173 "status_code": 0
174 } 174 }
175 ] 175 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698