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

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

Issue 2659123003: Remove compiler field from iOS bot configs, ensure gn_args match configuration (Closed)
Patch Set: Created 3 years, 10 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": [
3 "yyanagisawa"
4 ],
5 "comments": [ 2 "comments": [
6 "Goma canary builder for iOS." 3 "Goma canary builder for iOS."
7 ], 4 ],
8 "xcode version": "8.0", 5 "xcode version": "8.0",
9 "gn_args": [ 6 "gn_args": [
10 "goma_dir=\"$(goma_dir)\"", 7 "goma_dir=\"$(goma_dir)\"",
11 "ios_enable_code_signing=false", 8 "ios_enable_code_signing=false",
12 "is_component_build=false", 9 "is_component_build=false",
10 "is_debug=false",
13 "target_cpu=\"arm\"", 11 "target_cpu=\"arm\"",
14 "target_os=\"ios\"", 12 "target_os=\"ios\"",
15 "use_goma=true" 13 "use_goma=true"
16 ], 14 ],
17 "additional_compile_targets": [ 15 "additional_compile_targets": [
18 "all" 16 "all"
19 ], 17 ],
20 "use_goma_canary": true, 18 "use_goma_canary": true,
21 "compiler": "ninja",
22 "configuration": "Release", 19 "configuration": "Release",
23 "sdk": "iphoneos10.0", 20 "sdk": "iphoneos10.0",
24 "tests": [ 21 "tests": [
25 ] 22 ]
26 } 23 }
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