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

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

Powered by Google App Engine
This is Rietveld 408576698