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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.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 "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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "ios", 232 "ios",
233 "--config-file", 233 "--config-file",
234 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl", 234 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl",
235 "--goma-dir", 235 "--goma-dir",
236 "[CACHE]/cipd/goma", 236 "[CACHE]/cipd/goma",
237 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py", 237 "--gyp-script=[BUILDER_CACHE]/ios/src/webrtc/build/gyp_webrtc.py",
238 "//out/Release-iphoneos" 238 "//out/Release-iphoneos"
239 ], 239 ],
240 "cwd": "[BUILDER_CACHE]/ios/src", 240 "cwd": "[BUILDER_CACHE]/ios/src",
241 "env": { 241 "env": {
242 "FORCE_MAC_TOOLCHAIN": "1",
242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
243 }, 244 },
244 "name": "generate_build_files" 245 "name": "generate_build_files"
245 }, 246 },
246 { 247 {
247 "allow_subannotations": true, 248 "allow_subannotations": true,
248 "cmd": [ 249 "cmd": [
249 "python", 250 "python",
250 "-u", 251 "-u",
251 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
252 "--src-dir", 253 "--src-dir",
253 "[BUILDER_CACHE]/ios/src", 254 "[BUILDER_CACHE]/ios/src",
254 "--output-json", 255 "--output-json",
255 "/path/to/tmp/json" 256 "/path/to/tmp/json"
256 ], 257 ],
257 "env": { 258 "env": {
259 "FORCE_MAC_TOOLCHAIN": "1",
258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 260 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
259 }, 261 },
260 "name": "clang_revision", 262 "name": "clang_revision",
261 "~followup_annotations": [ 263 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@json.output@{@@@", 264 "@@@STEP_LOG_LINE@json.output@{@@@",
263 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 265 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
264 "@@@STEP_LOG_LINE@json.output@}@@@", 266 "@@@STEP_LOG_LINE@json.output@}@@@",
265 "@@@STEP_LOG_END@json.output@@@" 267 "@@@STEP_LOG_END@json.output@@@"
266 ] 268 ]
267 }, 269 },
(...skipping 29 matching lines...) Expand all
297 "/path/to/tmp/json", 299 "/path/to/tmp/json",
298 "--goma-service-account-json-file", 300 "--goma-service-account-json-file",
299 "/creds/service_accounts/service-account-goma-client.json", 301 "/creds/service_accounts/service-account-goma-client.json",
300 "--goma-dir", 302 "--goma-dir",
301 "[CACHE]/cipd/goma", 303 "[CACHE]/cipd/goma",
302 "--", 304 "--",
303 "All" 305 "All"
304 ], 306 ],
305 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 307 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
306 "env": { 308 "env": {
309 "FORCE_MAC_TOOLCHAIN": "1",
307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
308 }, 311 },
309 "name": "compile", 312 "name": "compile",
310 "~followup_annotations": [ 313 "~followup_annotations": [
311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 314 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
312 "@@@STEP_LOG_END@json.output (invalid)@@@" 315 "@@@STEP_LOG_END@json.output (invalid)@@@"
313 ] 316 ]
314 }, 317 },
315 { 318 {
316 "name": "$result", 319 "name": "$result",
317 "recipe_result": null, 320 "recipe_result": null,
318 "status_code": 0 321 "status_code": 0
319 } 322 }
320 ] 323 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/basic.json ('k') | scripts/slave/recipes/webrtc/ios.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698