Commit a5eb83a8 authored by Fumitoshi Ukai's avatar Fumitoshi Ukai Committed by Commit Bot

add "Chromium Linux Goma RBE Staging" in chromium.goma

Bug: 831451
Bug: 831046
Change-Id: I6d48e0e245c0d8c3fd3a505b9eaa6f542192457e
Reviewed-on: https://chromium-review.googlesource.com/1006455Reviewed-by: default avatarShinya Kawanaka <shinyak@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Fumitoshi Ukai <ukai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550034}
parent 22d96203
......@@ -2438,6 +2438,10 @@ consoles: {
name: "buildbot/chromium.goma/CrWinClexeGomaGCEStaging"
category: "gce"
}
builders: {
name: "buildbot/chromium.goma/Chromium Linux Goma RBE Staging"
category: "rbe"
}
}
consoles: {
......
......@@ -2851,6 +2851,10 @@ consoles: {
name: "buildbot/chromium.goma/CrWinClexeGomaGCEStaging"
category: "gce"
}
builders: {
name: "buildbot/chromium.goma/Chromium Linux Goma RBE Staging"
category: "rbe"
}
}
consoles: {
......
......@@ -20,6 +20,25 @@
}
]
},
"Chromium Linux Goma RBE 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"
......
......@@ -849,6 +849,14 @@
'gtest_tests': 'goma_gtests',
},
},
'Chromium Linux Goma RBE Staging': {
'additional_compile_targets': [
'all',
],
'test_suites': {
'gtest_tests': 'goma_gtests',
},
},
'Chromium Linux Goma Staging': {
'additional_compile_targets': [
'all',
......
......@@ -271,6 +271,7 @@
'Chromium Mac Goma GCE Staging': 'release_bot',
'CrWinClexeGomaGCEStaging': 'release_bot_x86_minimal_symbols_disable_nacl_no_clang',
'CrWinClangGomaGCEStaging': 'win_clang_release_bot_disable_nacl',
'Chromium Linux Goma RBE Staging': 'release_bot',
},
'chromium.gpu': {
......
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