summaryrefslogtreecommitdiffstats
path: root/ios/build
diff options
context:
space:
mode:
authorsmut <smut@google.com>2015-02-11 15:34:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-11 23:35:04 +0000
commit75d2ecb3c43512ed7f20a037153c9bff261daad6 (patch)
tree3eeed240463278a13b5bc6b3cd5a9263cf6bceea /ios/build
parentaf7f464485b6831eeabd91276fa2d558c3e55878 (diff)
downloadchromium_src-75d2ecb3c43512ed7f20a037153c9bff261daad6.zip
chromium_src-75d2ecb3c43512ed7f20a037153c9bff261daad6.tar.gz
chromium_src-75d2ecb3c43512ed7f20a037153c9bff261daad6.tar.bz2
Add configuration files for chromium.fyi iOS bots
BUG=452193 R=stip TBR=phajdan.jr Review URL: https://codereview.chromium.org/916643002 Cr-Commit-Position: refs/heads/master@{#315866}
Diffstat (limited to 'ios/build')
-rw-r--r--ios/build/bots/OWNERS1
-rw-r--r--ios/build/bots/chromium.fyi/Chromium_iOS_Device.json17
-rw-r--r--ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json18
-rw-r--r--ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json77
4 files changed, 113 insertions, 0 deletions
diff --git a/ios/build/bots/OWNERS b/ios/build/bots/OWNERS
new file mode 100644
index 0000000..46cedcd
--- /dev/null
+++ b/ios/build/bots/OWNERS
@@ -0,0 +1 @@
+smut@google.com
diff --git a/ios/build/bots/chromium.fyi/Chromium_iOS_Device.json b/ios/build/bots/chromium.fyi/Chromium_iOS_Device.json
new file mode 100644
index 0000000..3753bd0
--- /dev/null
+++ b/ios/build/bots/chromium.fyi/Chromium_iOS_Device.json
@@ -0,0 +1,17 @@
+{
+ "owners": [
+ "smut"
+ ],
+ "comments": [
+ "Builder for 32-bit devices."
+ ],
+ "xcode version": "5.1.1",
+ "GYP_DEFINES": {
+ "target_subarch": "arm32"
+ },
+ "compiler": "xcodebuild",
+ "configuration": "Release",
+ "sdk": "iphoneos7.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
new file mode 100644
index 0000000..c3f80f9
--- /dev/null
+++ b/ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json
@@ -0,0 +1,18 @@
+{
+ "owners": [
+ "smut"
+ ],
+ "comments": [
+ "Builder for 64-bit devices using ninja."
+ ],
+ "xcode version": "5.1.1",
+ "GYP_DEFINES": {
+ "clang_xcode": "0",
+ "target_subarch": "arm64"
+ },
+ "compiler": "ninja",
+ "configuration": "Release",
+ "sdk": "iphoneos7.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
new file mode 100644
index 0000000..0feec95
--- /dev/null
+++ b/ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json
@@ -0,0 +1,77 @@
+{
+ "owners": [
+ "smut"
+ ],
+ "comments": [
+ "Tests for 32-bit iOS 7.1 iPhone simulator."
+ ],
+ "xcode version": "5.1.1",
+ "GYP_DEFINES": {
+ "target_subarch": "arm32"
+ },
+ "compiler": "xcodebuild",
+ "configuration": "Debug",
+ "sdk": "iphonesimulator7.1",
+ "tests": [
+ {
+ "app": "ios_chrome_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "base_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "components_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "crypto_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "gfx_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "url_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "content_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "net_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "ui_base_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "ui_ios_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "sync_unit_tests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ },
+ {
+ "app": "sql_unittests",
+ "device type": "iPhone Retina (4-inch)",
+ "os": "7.1"
+ }
+ ]
+}