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

Unified Diff: tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json

Issue 2903843002: Add JSON and MB configs for the internal iOS bots. (Closed)
Patch Set: Created 3 years, 7 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
Index: tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json
diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json
new file mode 100644
index 0000000000000000000000000000000000000000..37074b6f3e89ca71bd4f176684b58323fec2c0ff
--- /dev/null
+++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json
@@ -0,0 +1,24 @@
+{
+ "comments": [
+ "Tests for 64-bit iOS devices."
+ ],
+ "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",
+ "tests": [
+ {
+ "include": "common_tests.json",
+ "device type": "iPhone 6s",
+ "os": "10.0"
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698