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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_libfuzzer_rel", 10 "linux_libfuzzer_rel",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ] 62 ]
63 }, 63 },
64 { 64 {
65 "cmd": [], 65 "cmd": [],
66 "name": "ensure_goma" 66 "name": "ensure_goma"
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 72 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
73 "--platform", 73 "--platform",
74 "linux-amd64", 74 "linux-amd64",
75 "--dest-directory", 75 "--dest-directory",
76 "[SLAVE_BUILD]/cipd", 76 "[SLAVE_BUILD]/cipd",
77 "--json-output", 77 "--json-output",
78 "/path/to/tmp/json" 78 "/path/to/tmp/json"
79 ], 79 ],
80 "name": "ensure_goma.install cipd", 80 "name": "ensure_goma.install cipd",
81 "~followup_annotations": [ 81 "~followup_annotations": [
82 "@@@STEP_NEST_LEVEL@1@@@", 82 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 207 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
208 "@@@STEP_LOG_END@json.output (invalid)@@@" 208 "@@@STEP_LOG_END@json.output (invalid)@@@"
209 ] 209 ]
210 }, 210 },
211 { 211 {
212 "name": "$result", 212 "name": "$result",
213 "recipe_result": null, 213 "recipe_result": null,
214 "status_code": 0 214 "status_code": 0
215 } 215 }
216 ] 216 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698