Add MB configuration for client.webrtc.branches builders

Also iOS config.

These are copied from client.webrtc.

Bug: chromium:767505
Change-Id: I48091cd27e8e2f10dcc3ba6105c49442c59d1b36
Reviewed-on: https://webrtc-review.googlesource.com/13121
Reviewed-by: Henrik Kjellander <kjellander@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20338}
This commit is contained in:
Oleh Prypin
2017-10-18 14:44:26 +02:00
committed by Commit Bot
parent 51f8fa3664
commit 8a958528b2
3 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode version": "8.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator10.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -0,0 +1,24 @@
{
"comments": [
"Tests for 64-bit iOS simulators."
],
"xcode version": "8.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
"sdk": "iphonesimulator10.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 6s",
"os": "10.0"
}
]
}

View File

@ -76,6 +76,27 @@
'Win32 Release (MSVC)': 'win_msvc_release_bot_x86',
'Win32 Release [large tests]': 'release_bot_x86',
},
'client.webrtc.branches': {
# iOS
'iOS (stable)': 'ios',
'iOS (beta)': 'ios',
# Mac
'Mac (stable)': 'release_bot_x64',
'Mac (beta)': 'release_bot_x64',
# Linux
'Linux (stable)': 'release_bot_x64',
'Linux (beta)': 'release_bot_x64',
# Android
'Android (stable)': 'android_release_bot_arm',
'Android (beta)': 'android_release_bot_arm',
# Windows
'Win (stable)': 'release_bot_x86',
'Win (beta)': 'release_bot_x86',
},
'client.webrtc.perf': {
# Android
'Android32 Builder': 'perf_android_release_bot_arm',