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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.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.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux64 Release (Libfuzzer)", 10 "Linux64 Release (Libfuzzer)",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ] 56 ]
57 }, 57 },
58 { 58 {
59 "cmd": [], 59 "cmd": [],
60 "name": "ensure_goma" 60 "name": "ensure_goma"
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "python", 64 "python",
65 "-u", 65 "-u",
66 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 66 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
67 "--platform", 67 "--platform",
68 "linux-amd64", 68 "linux-amd64",
69 "--dest-directory", 69 "--dest-directory",
70 "[SLAVE_BUILD]/cipd", 70 "[SLAVE_BUILD]/cipd",
71 "--json-output", 71 "--json-output",
72 "/path/to/tmp/json" 72 "/path/to/tmp/json"
73 ], 73 ],
74 "name": "ensure_goma.install cipd", 74 "name": "ensure_goma.install cipd",
75 "~followup_annotations": [ 75 "~followup_annotations": [
76 "@@@STEP_NEST_LEVEL@1@@@", 76 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 199 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
200 "@@@STEP_LOG_END@json.output (invalid)@@@" 200 "@@@STEP_LOG_END@json.output (invalid)@@@"
201 ] 201 ]
202 }, 202 },
203 { 203 {
204 "name": "$result", 204 "name": "$result",
205 "recipe_result": null, 205 "recipe_result": null,
206 "status_code": 0 206 "status_code": 0
207 } 207 }
208 ] 208 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698