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

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

Issue 2509503002: Add config for ios-device-xcode-clang bot (Closed)
Patch Set: Created 4 years, 1 month 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 "smut" 3 "smut"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.", 6 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.",
7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)." 7 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)."
8 ], 8 ],
9 "xcode version": "8.0", 9 "xcode version": "8.0",
10 "GYP_DEFINES": [ 10 "GYP_DEFINES": [
(...skipping 17 matching lines...) Expand all
28 "enable_websockets=false", 28 "enable_websockets=false",
29 "goma_dir=\"$(goma_dir)\"", 29 "goma_dir=\"$(goma_dir)\"",
30 "is_component_build=false", 30 "is_component_build=false",
31 "is_cronet_build=true", 31 "is_cronet_build=true",
32 "target_cpu=\"x64\"", 32 "target_cpu=\"x64\"",
33 "target_os=\"ios\"", 33 "target_os=\"ios\"",
34 "use_platform_icu_alternatives=true" 34 "use_platform_icu_alternatives=true"
35 ], 35 ],
36 "mb_type": "gn", 36 "mb_type": "gn",
37 "compiler": "ninja", 37 "compiler": "ninja",
38 "additional_compiler_targets": [ "gn_all" ],
39 "configuration": "Debug", 38 "configuration": "Debug",
40 "sdk": "iphonesimulator10.0", 39 "sdk": "iphonesimulator10.0",
41 "tests": [ 40 "tests": [
42 { 41 {
43 "app": "cronet_test", 42 "app": "cronet_test",
44 "device type": "iPhone 5s", 43 "device type": "iPhone 5s",
45 "os": "9.3" 44 "os": "9.3"
46 }, 45 },
47 { 46 {
48 "app": "cronet_test", 47 "app": "cronet_test",
49 "device type": "iPad Retina", 48 "device type": "iPad Retina",
50 "os": "9.3" 49 "os": "9.3"
51 } 50 }
52 ] 51 ]
53 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698