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

Side by Side Diff: ios/build/bots/chromium.mac/ios-simulator-cronet.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 "smut"
4 ],
5 "comments": [ 2 "comments": [
6 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.", 3 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.",
7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." 4 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)."
8 ], 5 ],
9 "xcode version": "8.0", 6 "xcode version": "8.0",
10 "gn_args": [ 7 "gn_args": [
11 "additional_target_cpus=[\"x86\"]", 8 "additional_target_cpus=[\"x86\"]",
12 "disable_brotli_filter=true", 9 "disable_brotli_filter=true",
13 "disable_file_support=true", 10 "disable_file_support=true",
14 "disable_ftp_support=true", 11 "disable_ftp_support=true",
15 "enable_websockets=false", 12 "enable_websockets=false",
16 "goma_dir=\"$(goma_dir)\"", 13 "goma_dir=\"$(goma_dir)\"",
17 "is_component_build=false", 14 "is_component_build=false",
18 "is_cronet_build=true", 15 "is_cronet_build=true",
16 "is_debug=true",
19 "target_cpu=\"x64\"", 17 "target_cpu=\"x64\"",
20 "target_os=\"ios\"", 18 "target_os=\"ios\"",
21 "use_platform_icu_alternatives=true" 19 "use_platform_icu_alternatives=true"
22 ], 20 ],
23 "compiler": "ninja",
24 "configuration": "Debug", 21 "configuration": "Debug",
25 "sdk": "iphonesimulator10.0", 22 "sdk": "iphonesimulator10.0",
26 "tests": [ 23 "tests": [
27 { 24 {
28 "app": "cronet_test", 25 "app": "cronet_test",
29 "device type": "iPhone 5s", 26 "device type": "iPhone 5s",
30 "os": "9.3" 27 "os": "9.3"
31 }, 28 },
32 { 29 {
33 "app": "cronet_test", 30 "app": "cronet_test",
34 "device type": "iPad Retina", 31 "device type": "iPad Retina",
35 "os": "9.3" 32 "os": "9.3"
36 } 33 }
37 ] 34 ]
38 } 35 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698