diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json new file mode 100644 index 0000000000..54516e884f --- /dev/null +++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Release.json @@ -0,0 +1,29 @@ +{ + "comments": [ + "Tests for 64-bit iOS devices." + ], + "xcode version": "9.0", + "gn_args": [ + "dcheck_always_on=true", + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=false", + "target_cpu=\"arm64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "env": { + "MAC_TOOLCHAIN_REVISION": "8E2002-1" + }, + "use_analyze": false, + "additional_compile_targets": [ "all" ], + "configuration": "Release", + "bucket": "chromium-webrtc", + "tests": [ + { + "include": "real_device_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +} diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_dbg.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_dbg.json new file mode 100644 index 0000000000..51e5e0a00f --- /dev/null +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_dbg.json @@ -0,0 +1,28 @@ +{ + "comments": [ + "Tests for 64-bit iOS devices." + ], + "xcode version": "9.0", + "gn_args": [ + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=true", + "target_cpu=\"arm64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "env": { + "MAC_TOOLCHAIN_REVISION": "8E2002-1" + }, + "use_analyze": false, + "additional_compile_targets": [ "all" ], + "configuration": "Debug", + "bucket": "chromium-webrtc", + "tests": [ + { + "include": "real_device_tests.json", + "device type": "iPhone 6s", + "os": "10.3.3" + } + ] +} diff --git a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json new file mode 100644 index 0000000000..54516e884f --- /dev/null +++ b/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64_rel.json @@ -0,0 +1,29 @@ +{ + "comments": [ + "Tests for 64-bit iOS devices." + ], + "xcode version": "9.0", + "gn_args": [ + "dcheck_always_on=true", + "goma_dir=\"$(goma_dir)\"", + "is_component_build=false", + "is_debug=false", + "target_cpu=\"arm64\"", + "target_os=\"ios\"", + "use_goma=true" + ], + "env": { + "MAC_TOOLCHAIN_REVISION": "8E2002-1" + }, + "use_analyze": false, + "additional_compile_targets": [ "all" ], + "configuration": "Release", + "bucket": "chromium-webrtc", + "tests": [ + { + "include": "real_device_tests.json", + "device type": "iPhone 7", + "os": "11.0" + } + ] +}