Commit 21095b09 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Use swarming in builder for goma staging server

Goma gce staging bots on win fails on content_unittest.
I'm suspecting it is due to inappropriate setting of vm.
Let me enable swarming for those bots to pass test.

Bug: 687037
Change-Id: Ib89cb0716ca26a69392471d5c77e8d4a12e640cc
Reviewed-on: https://chromium-review.googlesource.com/721224Reviewed-by: default avatarPaweł Hajdan Jr. <phajdan.jr@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@google.com>
Cr-Commit-Position: refs/heads/master@{#509658}
parent d34a16ea
......@@ -2,36 +2,134 @@
"Chromium Linux Goma GCE Staging": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Linux Goma Staging": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Mac Goma GCE Staging": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Mac Goma Staging": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWinClangGomaGCEStaging": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWinGomaGCEStaging": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWinGomaStaging": {
"additional_compile_targets": [
"all"
],
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment