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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
11 "--platform", 11 "--platform",
12 "linux-amd64", 12 "linux-amd64",
13 "--dest-directory", 13 "--dest-directory",
14 "[SLAVE_BUILD]/cipd", 14 "[SLAVE_BUILD]/cipd",
15 "--json-output", 15 "--json-output",
16 "/path/to/tmp/json" 16 "/path/to/tmp/json"
17 ], 17 ],
18 "name": "ensure_goma.install cipd", 18 "name": "ensure_goma.install cipd",
19 "~followup_annotations": [ 19 "~followup_annotations": [
20 "@@@STEP_NEST_LEVEL@1@@@", 20 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "~followup_annotations": [ 303 "~followup_annotations": [
304 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" 304 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@"
305 ] 305 ]
306 }, 306 },
307 { 307 {
308 "name": "$result", 308 "name": "$result",
309 "recipe_result": null, 309 "recipe_result": null,
310 "status_code": 0 310 "status_code": 0
311 } 311 }
312 ] 312 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698