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

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

Powered by Google App Engine
This is Rietveld 408576698