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

Side by Side Diff: ios/build/bots/chromium.fyi/GomaCanaryiOS.json

Issue 2587123002: Build //ios:all and its dependencies on the iOS builders. (Closed)
Patch Set: Address comments & add mapping to testing/buildbot/gn_isolate_map.pyl. Created 3 years, 12 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 "owners": [ 2 "owners": [
3 "yyanagisawa" 3 "yyanagisawa"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Goma canary builder for iOS." 6 "Goma canary builder for iOS."
7 ], 7 ],
8 "xcode version": "8.0", 8 "xcode version": "8.0",
9 "gn_args": [ 9 "gn_args": [
10 "goma_dir=\"$(goma_dir)\"", 10 "goma_dir=\"$(goma_dir)\"",
11 "ios_enable_code_signing=false", 11 "ios_enable_code_signing=false",
12 "is_component_build=false", 12 "is_component_build=false",
13 "target_cpu=\"arm\"", 13 "target_cpu=\"arm\"",
14 "target_os=\"ios\"", 14 "target_os=\"ios\"",
15 "use_goma=true" 15 "use_goma=true"
16 ], 16 ],
17 "additional_compile_targets": [
18 "ios:all"
19 ],
17 "use_goma_canary": true, 20 "use_goma_canary": true,
18 "compiler": "ninja", 21 "compiler": "ninja",
19 "configuration": "Release", 22 "configuration": "Release",
20 "sdk": "iphoneos10.0", 23 "sdk": "iphoneos10.0",
21 "tests": [ 24 "tests": [
22 ] 25 ]
23 } 26 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.fyi/EarlGreyiOS.json ('k') | ios/build/bots/chromium.fyi/ios-simulator.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698