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

Side by Side Diff: ios/build/bots/chromium.fyi/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 "smut"
4 ],
5 "comments": [ 2 "comments": [
6 "Runs tests on @3x, @2x, 64-bit, 32-bit, phone, tablet, iOS 10, and iOS 9." 3 "Runs tests on @3x, @2x, 64-bit, 32-bit, phone, tablet, iOS 10, and iOS 9."
7 ], 4 ],
8 "xcode version": "8.0", 5 "xcode version": "8.0",
9 "gn_args": [ 6 "gn_args": [
10 "additional_target_cpus=[\"x86\"]", 7 "additional_target_cpus=[\"x86\"]",
11 "goma_dir=\"$(goma_dir)\"", 8 "goma_dir=\"$(goma_dir)\"",
12 "ios_enable_code_signing=false", 9 "ios_enable_code_signing=false",
13 "is_component_build=false", 10 "is_component_build=false",
14 "is_debug=true", 11 "is_debug=true",
15 "target_cpu=\"x64\"", 12 "target_cpu=\"x64\"",
16 "target_os=\"ios\"", 13 "target_os=\"ios\"",
17 "use_goma=true" 14 "use_goma=true"
18 ], 15 ],
19 "compiler": "ninja",
20 "configuration": "Debug", 16 "configuration": "Debug",
21 "sdk": "iphonesimulator10.0", 17 "sdk": "iphonesimulator10.0",
22 "tests": [ 18 "tests": [
23 { 19 {
24 "include": "common_tests.json", 20 "include": "common_tests.json",
25 "device type": "iPhone 6s Plus", 21 "device type": "iPhone 6s Plus",
26 "os": "10.0" 22 "os": "10.0"
27 }, 23 },
28 { 24 {
29 "include": "common_tests.json", 25 "include": "common_tests.json",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "device type": "iPad Air 2", 61 "device type": "iPad Air 2",
66 "os": "9.0" 62 "os": "9.0"
67 }, 63 },
68 { 64 {
69 "include": "common_tests.json", 65 "include": "common_tests.json",
70 "device type": "iPad Retina", 66 "device type": "iPad Retina",
71 "os": "9.0" 67 "os": "9.0"
72 } 68 }
73 ] 69 ]
74 } 70 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.fyi/GomaCanaryiOS.json ('k') | ios/build/bots/chromium.fyi/ios-simulator-cronet.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698