Commit 5b91bf70 authored by skuhne's avatar skuhne Committed by Commit bot

Adding Athenas browser and unit tests which are required for running the tests on a buildbot

BUG=410400
TEST=-

Review URL: https://codereview.chromium.org/641903002

Cr-Commit-Position: refs/heads/master@{#299302}
parent 885c0f3a
...@@ -283,6 +283,23 @@ ...@@ -283,6 +283,23 @@
"browser_tests" "browser_tests"
] ]
}, },
"Linux ChromiumOS Athena Tests (1)": {
"gtest_tests": [
{
"test": "athena_unittests",
"swarming": {
"can_use_on_swarming_builders": true
}
},
{
"test": "browser_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 5
}
}
]
},
"Site Isolation Linux": { "Site Isolation Linux": {
"gtest_tests": [ "gtest_tests": [
{ "test": "content_unittests", "args": ["--site-per-process"] }, { "test": "content_unittests", "args": ["--site-per-process"] },
......
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
{ {
"test": "athena_unittests", "test": "athena_unittests",
"platforms": ["linux"], "platforms": ["linux"],
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] "chromium_configs": ["chromium_chromeos_athena"]
}, },
{ {
"test": "display_unittests", "test": "display_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