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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x86.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 "android_x86", 10 "android_x86",
(...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 "linux-386", 61 "linux-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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
158 "@@@STEP_LOG_END@json.output (invalid)@@@" 158 "@@@STEP_LOG_END@json.output (invalid)@@@"
159 ] 159 ]
160 }, 160 },
161 { 161 {
162 "name": "$result", 162 "name": "$result",
163 "recipe_result": null, 163 "recipe_result": null,
164 "status_code": 0 164 "status_code": 0
165 } 165 }
166 ] 166 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698