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

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

Issue 2580733007: Revert of Convert ClangToTiOS on chromium.fyi to do a simulator/debug build and run all tests (Closed)
Patch Set: 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
« 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 "owners": [ 2 "owners": [
3 "hans" 3 "hans"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Clang tip-of-tree builder for iOS." 6 "Clang tip-of-tree builder for iOS."
7 ], 7 ],
8 "xcode version": "8.0", 8 "xcode version": "8.0",
9 "gn_args": [ 9 "gn_args": [
10 "additional_target_cpus=[\"x86\"]",
11 "ios_enable_code_signing=false", 10 "ios_enable_code_signing=false",
12 "is_component_build=false", 11 "is_component_build=false",
13 "is_debug=true",
14 "llvm_force_head_revision=true", 12 "llvm_force_head_revision=true",
15 "target_cpu=\"x64\"", 13 "target_cpu=\"arm\"",
16 "target_os=\"ios\"" 14 "target_os=\"ios\""
17 ], 15 ],
18 "env": { 16 "env": {
19 "LLVM_FORCE_HEAD_REVISION": "YES" 17 "LLVM_FORCE_HEAD_REVISION": "YES"
20 }, 18 },
21 "compiler": "ninja", 19 "compiler": "ninja",
22 "configuration": "Debug", 20 "configuration": "Release",
23 "sdk": "iphonesimulator10.0", 21 "sdk": "iphoneos10.0",
24 "tests": [ 22 "tests": [
25 {
26 "include": "common_tests.json",
27 "device type": "iPhone 6s Plus",
28 "os": "10.0"
29 },
30 {
31 "include": "common_tests.json",
32 "device type": "iPhone 6s",
33 "os": "10.0"
34 },
35 {
36 "include": "common_tests.json",
37 "device type": "iPhone 5",
38 "os": "10.0"
39 },
40 {
41 "include": "common_tests.json",
42 "device type": "iPad Air 2",
43 "os": "10.0"
44 },
45 {
46 "include": "common_tests.json",
47 "device type": "iPad Retina",
48 "os": "10.0"
49 },
50 {
51 "include": "common_tests.json",
52 "device type": "iPhone 6s Plus",
53 "os": "9.0"
54 },
55 {
56 "include": "common_tests.json",
57 "device type": "iPhone 6s",
58 "os": "9.0"
59 },
60 {
61 "include": "common_tests.json",
62 "device type": "iPhone 5",
63 "os": "9.0"
64 },
65 {
66 "include": "common_tests.json",
67 "device type": "iPad Air 2",
68 "os": "9.0"
69 },
70 {
71 "include": "common_tests.json",
72 "device type": "iPad Retina",
73 "os": "9.0"
74 }
75 ] 23 ]
76 } 24 }
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