From d248044078d7c7c484d8b9b81947d337f6008215 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Fri, 29 Dec 2017 14:15:09 +0100 Subject: [PATCH] Delete unused ios_arm64.json config The bot was renamed to ios_arm64_dbg so this is unused now. TBR=phoglund@webrtc.org Bug: None Change-Id: I2e2dec39b82f3718bf14eff8f694ac03bec2867e No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/36721 Reviewed-by: Edward Lemur Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#21459} --- .../internal.tryserver.webrtc/ios_arm64.json | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 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 deleted file mode 100644 index 51e5e0a00f..0000000000 --- a/tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "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" - } - ] -}