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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac_asan.json

Issue 2415543004: Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: Created 4 years, 2 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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 }, 120 },
121 { 121 {
122 "cmd": [ 122 "cmd": [
123 "python", 123 "python",
124 "-u", 124 "-u",
125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 125 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
126 "runhooks" 126 "runhooks"
127 ], 127 ],
128 "cwd": "[SLAVE_BUILD]/src", 128 "cwd": "[SLAVE_BUILD]/src",
129 "env": { 129 "env": {
130 "FORCE_MAC_TOOLCHAIN": "1",
130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 131 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
131 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[CACHE]/cipd/goma' lsan=1 target_arch=x64 use_goma=1", 132 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[CACHE]/cipd/goma' lsan=1 target_arch=x64 use_goma=1",
132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 133 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
133 }, 134 },
134 "name": "gclient runhooks" 135 "name": "gclient runhooks"
135 }, 136 },
136 { 137 {
137 "allow_subannotations": true, 138 "allow_subannotations": true,
138 "cmd": [ 139 "cmd": [
139 "python", 140 "python",
140 "-u", 141 "-u",
141 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 142 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
142 "--src-dir", 143 "--src-dir",
143 "[SLAVE_BUILD]/src", 144 "[SLAVE_BUILD]/src",
144 "--output-json", 145 "--output-json",
145 "/path/to/tmp/json" 146 "/path/to/tmp/json"
146 ], 147 ],
147 "env": { 148 "env": {
149 "FORCE_MAC_TOOLCHAIN": "1",
148 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 150 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
149 }, 151 },
150 "name": "clang_revision", 152 "name": "clang_revision",
151 "~followup_annotations": [ 153 "~followup_annotations": [
152 "@@@STEP_LOG_LINE@json.output@{@@@", 154 "@@@STEP_LOG_LINE@json.output@{@@@",
153 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 155 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
154 "@@@STEP_LOG_LINE@json.output@}@@@", 156 "@@@STEP_LOG_LINE@json.output@}@@@",
155 "@@@STEP_LOG_END@json.output@@@" 157 "@@@STEP_LOG_END@json.output@@@"
156 ] 158 ]
157 }, 159 },
(...skipping 28 matching lines...) Expand all
186 "--goma-jsonstatus", 188 "--goma-jsonstatus",
187 "/path/to/tmp/json", 189 "/path/to/tmp/json",
188 "--goma-service-account-json-file", 190 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json", 191 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 192 "--goma-dir",
191 "[CACHE]/cipd/goma", 193 "[CACHE]/cipd/goma",
192 "--", 194 "--",
193 "All" 195 "All"
194 ], 196 ],
195 "env": { 197 "env": {
198 "FORCE_MAC_TOOLCHAIN": "1",
196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
197 }, 200 },
198 "name": "compile", 201 "name": "compile",
199 "~followup_annotations": [ 202 "~followup_annotations": [
200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 203 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
201 "@@@STEP_LOG_END@json.output (invalid)@@@" 204 "@@@STEP_LOG_END@json.output (invalid)@@@"
202 ] 205 ]
203 }, 206 },
204 { 207 {
205 "cmd": [ 208 "cmd": [
(...skipping 14 matching lines...) Expand all
220 "libyuv_unittest" 223 "libyuv_unittest"
221 ], 224 ],
222 "name": "libyuv_unittest" 225 "name": "libyuv_unittest"
223 }, 226 },
224 { 227 {
225 "name": "$result", 228 "name": "$result",
226 "recipe_result": null, 229 "recipe_result": null,
227 "status_code": 0 230 "status_code": 0
228 } 231 }
229 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698