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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release.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 "Mac64 Release", 10 "Mac64 Release",
(...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 "mac-amd64", 59 "mac-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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "libyuv_unittest" 192 "libyuv_unittest"
193 ], 193 ],
194 "name": "libyuv_unittest" 194 "name": "libyuv_unittest"
195 }, 195 },
196 { 196 {
197 "name": "$result", 197 "name": "$result",
198 "recipe_result": null, 198 "recipe_result": null,
199 "status_code": 0 199 "status_code": 0
200 } 200 }
201 ] 201 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698