Commit 607c7553 authored by evliu's avatar evliu Committed by Commit Bot

Remove SODA builder test definitions from Chromium repo

This CL removes the SODA builder test definitions from the Chromium
repo as they will be added to the src-internal repo.

Bug: 1122784
Change-Id: Id5bc7d77c1a61294c62fe49c8339dbd9a1b233c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453907Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Evan Liu <evliu@google.com>
Cr-Commit-Position: refs/heads/master@{#814395}
parent 41b76929
{
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"soda-linux": {
"additional_compile_targets": [
"browser_tests",
"unit_tests"
],
"gtest_tests": [
{
"args": [
"--gtest_filter=SpeechRecognitionService*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Linux",
"pool": "chrome.tests"
}
],
"service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "browser_tests",
"test_id_prefix": "ninja://chrome/test:browser_tests/"
},
{
"args": [
"--gtest_filter=SodaClient*"
],
"merge": {
"args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py"
},
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"os": "Linux",
"pool": "chrome.tests"
}
],
"service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com"
},
"test": "unit_tests",
"test_id_prefix": "ninja://chrome/test:unit_tests/"
}
]
}
}
...@@ -3999,14 +3999,6 @@ ...@@ -3999,14 +3999,6 @@
'results_handler': 'layout tests', 'results_handler': 'layout tests',
}, },
}, },
'soda_gtests': {
'browser_tests': {
'args': ['--gtest_filter=SpeechRecognitionService*'],
},
'unit_tests': {
'args': ['--gtest_filter=SodaClient*'],
},
},
# TODO(https://crbug.com/1057802): Remove these tests once Out-of-Process # TODO(https://crbug.com/1057802): Remove these tests once Out-of-Process
# Storage is on by default. # Storage is on by default.
'storage_service_gtests': { 'storage_service_gtests': {
......
...@@ -5751,31 +5751,6 @@ ...@@ -5751,31 +5751,6 @@
}, },
}, },
}, },
{
'project': 'chrome',
'bucket': 'ci',
'name': 'internal.soda',
'machines': {
'soda-linux': {
'additional_compile_targets': [
'browser_tests',
'unit_tests',
],
'test_suites': {
'gtest_tests': 'soda_gtests',
},
'swarming': {
'dimension_sets': [
{
'os': 'Linux',
'pool': 'chrome.tests',
},
],
"service_account": "chrome-tester@chops-service-accounts.iam.gserviceaccount.com",
},
},
},
},
{ {
'name': 'tryserver.chromium.android', 'name': 'tryserver.chromium.android',
'mixins': ['chromium-tester-service-account'], 'mixins': ['chromium-tester-service-account'],
......
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