Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(717)

Unified Diff: testing/buildbot/chromium.fyi.json

Issue 641903002: Adding Athenas browser and unit tests which are required for running the tests on a buildbot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed to FYI bot Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | testing/buildbot/chromium_trybot.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index b8cdd2fe65cc1ccbaa2aae14ccfe786e79634c6c..505cf48c01bbcd5c2c84a7ef0d7d7f478ef3c052 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -283,6 +283,23 @@
"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": {
"gtest_tests": [
{ "test": "content_unittests", "args": ["--site-per-process"] },
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | testing/buildbot/chromium_trybot.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698