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

Side by Side Diff: ios/build/bots/chromium.fyi/EarlGreyiOS.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 "huangml"
4 ],
5 "comments": [ 2 "comments": [
6 "Tests for 64-bit iOS 10.0 simulators." 3 "Tests for 64-bit iOS 10.0 simulators."
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 "is_component_build=false", 8 "is_component_build=false",
9 "is_debug=true",
12 "target_cpu=\"x64\"", 10 "target_cpu=\"x64\"",
13 "target_os=\"ios\"", 11 "target_os=\"ios\"",
14 "use_goma=true" 12 "use_goma=true"
15 ], 13 ],
16 "compiler": "ninja",
17 "configuration": "Debug", 14 "configuration": "Debug",
18 "sdk": "iphonesimulator10.0", 15 "sdk": "iphonesimulator10.0",
19 "tests": [ 16 "tests": [
20 { 17 {
21 "app": "ios_chrome_integration_egtests", 18 "app": "ios_chrome_integration_egtests",
22 "device type": "iPhone 6s", 19 "device type": "iPhone 6s",
23 "os": "10.0", 20 "os": "10.0",
24 "xctest": true 21 "xctest": true
25 }, 22 },
26 { 23 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "xctest": true 93 "xctest": true
97 }, 94 },
98 { 95 {
99 "app": "ios_web_shell_egtests", 96 "app": "ios_web_shell_egtests",
100 "device type": "iPad Air 2", 97 "device type": "iPad Air 2",
101 "os": "10.0", 98 "os": "10.0",
102 "xctest": true 99 "xctest": true
103 } 100 }
104 ] 101 ]
105 } 102 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.fyi/ClangToTiOS.json ('k') | ios/build/bots/chromium.fyi/GomaCanaryiOS.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698