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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "name": "cleanup_temp" 121 "name": "cleanup_temp"
122 }, 122 },
123 { 123 {
124 "cmd": [], 124 "cmd": [],
125 "name": "ensure_goma" 125 "name": "ensure_goma"
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
132 "--platform", 132 "--platform",
133 "mac-amd64", 133 "mac-amd64",
134 "--dest-directory", 134 "--dest-directory",
135 "[SLAVE_BUILD]/cipd", 135 "[SLAVE_BUILD]/cipd",
136 "--json-output", 136 "--json-output",
137 "/path/to/tmp/json" 137 "/path/to/tmp/json"
138 ], 138 ],
139 "name": "ensure_goma.install cipd", 139 "name": "ensure_goma.install cipd",
140 "~followup_annotations": [ 140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@", 141 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 ], 718 ],
719 "cwd": "[BUILDER_CACHE]/Mac_Asan", 719 "cwd": "[BUILDER_CACHE]/Mac_Asan",
720 "name": "webrtc_nonparallel_tests" 720 "name": "webrtc_nonparallel_tests"
721 }, 721 },
722 { 722 {
723 "name": "$result", 723 "name": "$result",
724 "recipe_result": null, 724 "recipe_result": null,
725 "status_code": 0 725 "status_code": 0
726 } 726 }
727 ] 727 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698