Commit d54d7720 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Use swarming for goma canary builder

This CL enables swarming for all builders using GOMA_TESTS in chromium_fyi.py
https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Bug: 776264
Change-Id: I4c31bc7f47788186629d661b34bb16e82e4cfe0b
Reviewed-on: https://chromium-review.googlesource.com/727679Reviewed-by: default avatarPaweł Hajdan Jr. <phajdan.jr@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@google.com>
Cr-Commit-Position: refs/heads/master@{#510038}
parent 0047069c
...@@ -1028,6 +1028,54 @@ ...@@ -1028,6 +1028,54 @@
} }
] ]
}, },
"Chromium Linux Goma Canary": {
"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 Canary (clobber)": {
"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 Canary LocalOutputCache": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Mac 10.10 MacViews": { "Chromium Mac 10.10 MacViews": {
"gtest_tests": [ "gtest_tests": [
{ {
...@@ -2154,6 +2202,86 @@ ...@@ -2154,6 +2202,86 @@
} }
] ]
}, },
"Chromium Mac 10.9 Goma Canary": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Mac 10.9 Goma Canary (clobber)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Mac 10.9 Goma Canary (dbg)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Mac 10.9 Goma Canary (dbg)(clobber)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Mac 10.9 Goma Canary LocalOutputCache": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Chromium Win 10 GCE Tests": { "Chromium Win 10 GCE Tests": {
"gtest_tests": [ "gtest_tests": [
{ {
...@@ -8465,6 +8593,70 @@ ...@@ -8465,6 +8593,70 @@
} }
] ]
}, },
"CrWin7Goma": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWin7Goma(clbr)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWin7Goma(dbg)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWin7Goma(dll)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWinAsan tester": { "CrWinAsan tester": {
"gtest_tests": [ "gtest_tests": [
{ {
...@@ -11020,6 +11212,22 @@ ...@@ -11020,6 +11212,22 @@
} }
] ]
}, },
"CrWinClangGoma": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWinClangLLD tester": { "CrWinClangLLD tester": {
"gtest_tests": [ "gtest_tests": [
{ {
...@@ -12198,6 +12406,54 @@ ...@@ -12198,6 +12406,54 @@
} }
] ]
}, },
"CrWinGoma": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWinGoma(dll)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"CrWinGoma(loc)": {
"gtest_tests": [
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "base_unittests"
},
{
"swarming": {
"can_use_on_swarming_builders": true
},
"test": "content_unittests"
}
]
},
"Fuchsia": { "Fuchsia": {
"additional_compile_targets": [ "additional_compile_targets": [
"gl_unittests", "gl_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