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

Side by Side Diff: ios/build/bots/chromium.mac/ios-simulator.json

Issue 2855423004: Remove some iOS 9 CQ configurations to reduce load. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "comments": [ 2 "comments": [
3 "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."
4 ], 4 ],
5 "xcode version": "8.0", 5 "xcode version": "8.0",
6 "gn_args": [ 6 "gn_args": [
7 "additional_target_cpus=[\"x86\"]", 7 "additional_target_cpus=[\"x86\"]",
8 "goma_dir=\"$(goma_dir)\"", 8 "goma_dir=\"$(goma_dir)\"",
9 "ios_enable_code_signing=false", 9 "ios_enable_code_signing=false",
10 "is_component_build=false", 10 "is_component_build=false",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "xcode version": "8.0" 44 "xcode version": "8.0"
45 }, 45 },
46 { 46 {
47 "include": "common_tests.json", 47 "include": "common_tests.json",
48 "device type": "iPad Retina", 48 "device type": "iPad Retina",
49 "os": "10.0", 49 "os": "10.0",
50 "xcode version": "8.0" 50 "xcode version": "8.0"
51 }, 51 },
52 { 52 {
53 "include": "common_tests.json", 53 "include": "common_tests.json",
54 "device type": "iPhone 6s Plus",
55 "os": "9.0",
56 "xcode version": "8.0"
57 },
58 {
59 "include": "common_tests.json",
60 "device type": "iPhone 6s",
rohitrao (ping after 24h) 2017/05/05 11:26:55 This is probably our most popular iOS9 configurati
baxley 2017/05/05 13:22:18 Okay, I see two options... 1. Drop iPhone 5 and iP
61 "os": "9.0",
62 "xcode version": "8.0"
63 },
64 {
65 "include": "common_tests.json",
66 "device type": "iPhone 5", 54 "device type": "iPhone 5",
67 "os": "9.0", 55 "os": "9.0",
68 "xcode version": "8.0" 56 "xcode version": "8.0"
69 }, 57 },
70 { 58 {
71 "include": "common_tests.json", 59 "include": "common_tests.json",
72 "device type": "iPad Air 2", 60 "device type": "iPad Air 2",
73 "os": "9.0", 61 "os": "9.0",
74 "xcode version": "8.0" 62 "xcode version": "8.0"
75 },
76 {
77 "include": "common_tests.json",
78 "device type": "iPad Retina",
79 "os": "9.0",
80 "xcode version": "8.0"
81 } 63 }
82 ] 64 ]
83 } 65 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698