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

Side by Side Diff: scripts/slave/recipes/mojo.expected/mojo_android_builder_tests_dbg_fail_device_check.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "Mojo Android Builder Tests (dbg)", 10 "Mojo Android Builder Tests (dbg)",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "name": "gclient runhooks" 66 "name": "gclient runhooks"
67 }, 67 },
68 { 68 {
69 "cmd": [], 69 "cmd": [],
70 "name": "ensure_goma" 70 "name": "ensure_goma"
71 }, 71 },
72 { 72 {
73 "cmd": [ 73 "cmd": [
74 "python", 74 "python",
75 "-u", 75 "-u",
76 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 76 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
77 "--platform", 77 "--platform",
78 "linux-amd64", 78 "linux-amd64",
79 "--dest-directory", 79 "--dest-directory",
80 "[SLAVE_BUILD]/cipd", 80 "[SLAVE_BUILD]/cipd",
81 "--json-output", 81 "--json-output",
82 "/path/to/tmp/json" 82 "/path/to/tmp/json"
83 ], 83 ],
84 "name": "ensure_goma.install cipd", 84 "name": "ensure_goma.install cipd",
85 "~followup_annotations": [ 85 "~followup_annotations": [
86 "@@@STEP_NEST_LEVEL@1@@@", 86 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "@@@STEP_EXCEPTION@@@" 194 "@@@STEP_EXCEPTION@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "name": "$result", 198 "name": "$result",
199 "reason": "Infra Failure: Step('device_status') returned 1", 199 "reason": "Infra Failure: Step('device_status') returned 1",
200 "recipe_result": null, 200 "recipe_result": null,
201 "status_code": 1 201 "status_code": 1
202 } 202 }
203 ] 203 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698