From 6fcb9b696eb2f60dc55e98ef86534dcb08ce90d0 Mon Sep 17 00:00:00 2001 From: smut Date: Tue, 10 Mar 2015 11:01:32 -0700 Subject: Convert iOS try and main bots to use the 8.1 SDK BUG=440857 Review URL: https://codereview.chromium.org/963683007 Cr-Commit-Position: refs/heads/master@{#319920} --- ios/build/bots/chromium.mac/iOS_Device.json | 4 +- .../bots/chromium.mac/iOS_Device_(ninja).json | 4 +- .../bots/chromium.mac/iOS_Simulator_(dbg).json | 58 +++++++++++----------- .../ios_dbg_simulator_ninja.json | 58 +++++++++++----------- .../ios_rel_device_ninja.json | 4 +- 5 files changed, 64 insertions(+), 64 deletions(-) (limited to 'ios/build') diff --git a/ios/build/bots/chromium.mac/iOS_Device.json b/ios/build/bots/chromium.mac/iOS_Device.json index e30db2c..5395929 100644 --- a/ios/build/bots/chromium.mac/iOS_Device.json +++ b/ios/build/bots/chromium.mac/iOS_Device.json @@ -5,14 +5,14 @@ "comments": [ "Builder for 32-bit devices." ], - "xcode version": "5.1.1", + "xcode version": "6.1.1", "GYP_DEFINES": { "chromium_ios_signing": "0", "target_subarch": "arm32" }, "compiler": "xcodebuild", "configuration": "Release", - "sdk": "iphoneos7.1", + "sdk": "iphoneos8.1", "tests": [ ] } diff --git a/ios/build/bots/chromium.mac/iOS_Device_(ninja).json b/ios/build/bots/chromium.mac/iOS_Device_(ninja).json index 5ff6f67..ffa2e6d 100644 --- a/ios/build/bots/chromium.mac/iOS_Device_(ninja).json +++ b/ios/build/bots/chromium.mac/iOS_Device_(ninja).json @@ -5,14 +5,14 @@ "comments": [ "Builder for fat binaries using ninja." ], - "xcode version": "5.1.1", + "xcode version": "6.1.1", "GYP_DEFINES": { "chromium_ios_signing": "0", "target_subarch": "both" }, "compiler": "ninja", "configuration": "Release", - "sdk": "iphoneos7.1", + "sdk": "iphoneos8.1", "tests": [ ] } diff --git a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json index ade9238..933f45d8 100644 --- a/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json +++ b/ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json @@ -3,81 +3,81 @@ "smut" ], "comments": [ - "Tests for 32-bit iOS 7.1 iPhone simulator." + "Tests for 32-bit iOS 8.1 iPhone simulator." ], - "xcode version": "5.1.1", + "xcode version": "6.1.1", "GYP_DEFINES": { "chromium_ios_signing": "0", "target_subarch": "arm32" }, "compiler": "xcodebuild", "configuration": "Debug", - "sdk": "iphonesimulator7.1", + "sdk": "iphonesimulator8.1", "tests": [ { "app": "ios_chrome_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "ios_web_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "base_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "components_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "crypto_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "gfx_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "url_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "content_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "net_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "ui_base_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "sync_unit_tests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "sql_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "skia_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" } ] } diff --git a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json index 36319ca..e854267 100644 --- a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json +++ b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_ninja.json @@ -3,81 +3,81 @@ "smut" ], "comments": [ - "Tests for 32-bit iOS 7.1 iPhone simulator." + "Tests for 32-bit iOS 8.1 iPhone simulator." ], - "xcode version": "5.1", + "xcode version": "6.1.1", "GYP_DEFINES": { "chromium_ios_signing": "0", "target_subarch": "arm32" }, "compiler": "ninja", "configuration": "Debug", - "sdk": "iphonesimulator7.1", + "sdk": "iphonesimulator8.1", "tests": [ { "app": "ios_chrome_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "ios_web_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "base_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "components_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "crypto_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "gfx_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "url_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "content_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "net_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "ui_base_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "sync_unit_tests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "sql_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" }, { "app": "skia_unittests", - "device type": "iPhone Retina (4-inch)", - "os": "7.1" + "device type": "iPhone 5", + "os": "8.1" } ] } diff --git a/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json b/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json index 9aaf60c..ffa2e6d 100644 --- a/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json +++ b/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json @@ -5,14 +5,14 @@ "comments": [ "Builder for fat binaries using ninja." ], - "xcode version": "5.1", + "xcode version": "6.1.1", "GYP_DEFINES": { "chromium_ios_signing": "0", "target_subarch": "both" }, "compiler": "ninja", "configuration": "Release", - "sdk": "iphoneos7.1", + "sdk": "iphoneos8.1", "tests": [ ] } -- cgit v1.1