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

Unified Diff: ios/build/bots/chromium.fyi/ios-simulator-cronet.json

Issue 2643753004: Add config for ios-simulator-cronet on chromium.fyi (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.fyi/ios-simulator-cronet.json
diff --git a/ios/build/bots/chromium.fyi/ios-simulator-cronet.json b/ios/build/bots/chromium.fyi/ios-simulator-cronet.json
new file mode 100644
index 0000000000000000000000000000000000000000..6648435aa83eae42cbf7bf41eb3cb76f3f816d20
--- /dev/null
+++ b/ios/build/bots/chromium.fyi/ios-simulator-cronet.json
@@ -0,0 +1,35 @@
+{
+ "comments": [
+ "Cronet tests for 32- and 64-bit iOS 9.0 simulators.",
+ "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)."
+ ],
+ "xcode version": "8.0",
+ "gn_args": [
+ "additional_target_cpus=[\"x86\"]",
+ "disable_brotli_filter=true",
+ "disable_file_support=true",
+ "disable_ftp_support=true",
+ "enable_websockets=false",
+ "goma_dir=\"$(goma_dir)\"",
+ "is_component_build=false",
+ "is_cronet_build=true",
+ "target_cpu=\"x64\"",
+ "target_os=\"ios\"",
+ "use_platform_icu_alternatives=true"
+ ],
+ "compiler": "ninja",
+ "configuration": "Debug",
+ "sdk": "iphonesimulator10.0",
+ "tests": [
+ {
+ "app": "cronet_test",
+ "device type": "iPhone 5s",
+ "os": "9.3"
+ },
+ {
+ "app": "cronet_test",
+ "device type": "iPad Retina",
+ "os": "9.3"
+ }
+ ]
+}
« 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