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

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

Issue 2149493007: Add config for ios-simulator-cronet bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 5 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 | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator-cronet.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator.json b/ios/build/bots/chromium.mac/ios-simulator-cronet.json
similarity index 63%
copy from ios/build/bots/chromium.mac/ios-simulator.json
copy to ios/build/bots/chromium.mac/ios-simulator-cronet.json
index f32ce9d84040c34555cb7b734001a09533575a16..ba73a76e63fe802f6fade7b3ffb9d350d16b8ad6 100644
--- a/ios/build/bots/chromium.mac/ios-simulator.json
+++ b/ios/build/bots/chromium.mac/ios-simulator-cronet.json
@@ -3,7 +3,7 @@
"smut"
],
"comments": [
- "Tests for 32- and 64-bit iOS 9.0 simulators.",
+ "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": "7.0",
@@ -11,9 +11,14 @@
"OS=ios",
"chromium_ios_signing=0",
"component=static_library",
- "use_goma=1",
+ "enable_websockets=false",
+ "disable_brotli_filter=true",
+ "disable_file_support=true",
+ "disable_ftp_support=true",
"gomadir=$(goma_dir)",
- "target_subarch=both"
+ "target_subarch=both",
+ "use_goma=1",
+ "use_platform_icu_alternatives=true"
],
"mb_type": "gyp",
"compiler": "ninja",
@@ -21,12 +26,12 @@
"sdk": "iphonesimulator9.0",
"tests": [
{
- "include": "common_tests.json",
+ "app": "cronet_test",
"device type": "iPhone 5s",
"os": "9.0"
},
{
- "include": "common_tests.json",
+ "app": "cronet_test",
"device type": "iPad Retina",
"os": "9.0"
}
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698