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

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

Issue 2587123002: Build //ios:all and its dependencies on the iOS builders. (Closed)
Patch Set: Address comments & add mapping to testing/buildbot/gn_isolate_map.pyl. Created 4 years 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": [ 2 "owners": [
3 "huangml" 3 "huangml"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 64-bit iOS 10.0 simulators.", 6 "Tests for 64-bit iOS 10.0 simulators.",
7 "Tests run on iPhone 5s (64-bit)." 7 "Tests run on iPhone 5s (64-bit)."
8 ], 8 ],
9 "xcode version": "8.0", 9 "xcode version": "8.0",
10 "gn_args": [ 10 "gn_args": [
11 "goma_dir=\"$(goma_dir)\"", 11 "goma_dir=\"$(goma_dir)\"",
12 "is_component_build=false", 12 "is_component_build=false",
13 "target_cpu=\"x64\"", 13 "target_cpu=\"x64\"",
14 "target_os=\"ios\"", 14 "target_os=\"ios\"",
15 "use_goma=true" 15 "use_goma=true"
16 ], 16 ],
17 "additional_compile_targets": [
18 "ios:all"
19 ],
17 "compiler": "ninja", 20 "compiler": "ninja",
18 "configuration": "Debug", 21 "configuration": "Debug",
19 "sdk": "iphonesimulator10.0", 22 "sdk": "iphonesimulator10.0",
20 "tests": [ 23 "tests": [
21 { 24 {
22 "app": "ios_web_shell_egtests", 25 "app": "ios_web_shell_egtests",
23 "device type": "iPhone 6s", 26 "device type": "iPhone 6s",
24 "os": "10.0", 27 "os": "10.0",
25 "xctest": true 28 "xctest": true
26 }, 29 },
27 { 30 {
28 "app": "ios_web_shell_egtests", 31 "app": "ios_web_shell_egtests",
29 "device type": "iPad Air 2", 32 "device type": "iPad Air 2",
30 "os": "10.0", 33 "os": "10.0",
31 "xctest": true 34 "xctest": true
32 } 35 }
33 ] 36 ]
34 } 37 }
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