Add configs iOS11 bots and trybots.

No-Try: true
Bug: webrtc:8570
Change-Id: I1de6b12bc9797577379b0ed863b7cc3e3703d4f3
Reviewed-on: https://webrtc-review.googlesource.com/26032
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20908}
diff --git "a/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_\050iOS_11.0\051.json" "b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_\050iOS_11.0\051.json"
new file mode 100644
index 0000000..0f71b12
--- /dev/null
+++ "b/tools_webrtc/ios/client.webrtc/iOS64_Sim_Debug_\050iOS_11.0\051.json"
@@ -0,0 +1,24 @@
+{
+  "comments": [
+    "Tests for 64-bit iOS simulators."
+  ],
+  "xcode version": "8.0",
+  "gn_args": [
+    "goma_dir=\"$(goma_dir)\"",
+    "is_component_build=false",
+    "is_debug=true",
+    "target_cpu=\"x64\"",
+    "target_os=\"ios\"",
+    "use_goma=true"
+  ],
+  "additional_compile_targets": [ "all" ],
+  "configuration": "Debug",
+  "sdk": "iphonesimulator11.0",
+  "tests": [
+    {
+      "include": "common_tests.json",
+      "device type": "iPhone 7",
+      "os": "11.0"
+    }
+  ]
+}
diff --git a/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json
new file mode 100644
index 0000000..eb5f26a
--- /dev/null
+++ b/tools_webrtc/ios/tryserver.webrtc/ios64_sim_ios11_dbg.json
@@ -0,0 +1,25 @@
+{
+  "comments": [
+    "Tests for 64-bit iOS simulators."
+  ],
+  "xcode version": "8.0",
+  "gn_args": [
+    "goma_dir=\"$(goma_dir)\"",
+    "is_component_build=false",
+    "is_debug=true",
+    "target_cpu=\"x64\"",
+    "target_os=\"ios\"",
+    "use_goma=true"
+  ],
+  "use_analyze": false,
+  "additional_compile_targets": [ "all" ],
+  "configuration": "Debug",
+  "sdk": "iphonesimulator11.0",
+  "tests": [
+    {
+      "include": "common_tests.json",
+      "device type": "iPhone 7",
+      "os": "11.0"
+    }
+  ]
+}