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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_clang_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.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "win_clang_rel", 10 "win_clang_rel",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ] 49 ]
50 }, 50 },
51 { 51 {
52 "cmd": [], 52 "cmd": [],
53 "name": "ensure_goma" 53 "name": "ensure_goma"
54 }, 54 },
55 { 55 {
56 "cmd": [ 56 "cmd": [
57 "python", 57 "python",
58 "-u", 58 "-u",
59 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 59 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
60 "--platform", 60 "--platform",
61 "windows-386", 61 "windows-386",
62 "--dest-directory", 62 "--dest-directory",
63 "[SLAVE_BUILD]\\cipd", 63 "[SLAVE_BUILD]\\cipd",
64 "--json-output", 64 "--json-output",
65 "/path/to/tmp/json" 65 "/path/to/tmp/json"
66 ], 66 ],
67 "name": "ensure_goma.install cipd", 67 "name": "ensure_goma.install cipd",
68 "~followup_annotations": [ 68 "~followup_annotations": [
69 "@@@STEP_NEST_LEVEL@1@@@", 69 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "libyuv_unittest.exe" 196 "libyuv_unittest.exe"
197 ], 197 ],
198 "name": "libyuv_unittest" 198 "name": "libyuv_unittest"
199 }, 199 },
200 { 200 {
201 "name": "$result", 201 "name": "$result",
202 "recipe_result": null, 202 "recipe_result": null,
203 "status_code": 0 203 "status_code": 0
204 } 204 }
205 ] 205 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698