diff options
author | smut <smut@google.com> | 2015-03-04 12:53:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-04 20:54:40 +0000 |
commit | b095035967dc046a3144c7219cbbb5fca7afcd15 (patch) | |
tree | 0394aece8fdaf2249bc89b11facc3da04b640995 /ios/build | |
parent | 4e5999debe76d4551875e71f3ab260d6035beea2 (diff) | |
download | chromium_src-b095035967dc046a3144c7219cbbb5fca7afcd15.zip chromium_src-b095035967dc046a3144c7219cbbb5fca7afcd15.tar.gz chromium_src-b095035967dc046a3144c7219cbbb5fca7afcd15.tar.bz2 |
Convert iOS FYI bots to use the 8.1 SDK
BUG=440857
Review URL: https://codereview.chromium.org/963683006
Cr-Commit-Position: refs/heads/master@{#319123}
Diffstat (limited to 'ios/build')
3 files changed, 35 insertions, 35 deletions
diff --git a/ios/build/bots/chromium.fyi/Chromium_iOS_Device.json b/ios/build/bots/chromium.fyi/Chromium_iOS_Device.json index e30db2c..5395929 100644 --- a/ios/build/bots/chromium.fyi/Chromium_iOS_Device.json +++ b/ios/build/bots/chromium.fyi/Chromium_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.fyi/Chromium_iOS_Device_(ninja).json b/ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json index 5ff6f67..ffa2e6d 100644 --- a/ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json +++ b/ios/build/bots/chromium.fyi/Chromium_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.fyi/Chromium_iOS_Simulator_(dbg).json b/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json index e6e7e5d..3962750 100644 --- a/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json +++ b/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json @@ -3,86 +3,86 @@ "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": "ui_ios_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" } ] } |