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

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

Issue 437813002: MSan: add test configs for two new browser_tests runners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
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 ed3d325ae4ac8b32e53c7811f8395a7da24d7d01..3b59c67aba0cf2deebf955ec9d5294584cfc2630 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -223,9 +223,10 @@
"browser_tests"
]
},
- "Chromium Linux MSan": {
+ "Linux MSan Tests": {
"gtest_tests": [
"accessibility_unittests",
+ "app_shell_browsertests",
"base_unittests",
"cacheinvalidation_unittests",
"cc_unittests",
@@ -250,9 +251,19 @@
"url_unittests"
]
},
- "Chromium Linux MSan (browser tests)": {
+ "Linux MSan Browser (1)": {
"gtest_tests": [
- "browser_tests"
+ {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
+ ]
+ },
+ "Linux MSan Browser (2)": {
+ "gtest_tests": [
+ {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
+ ]
+ },
+ "Linux MSan Browser (3)": {
+ "gtest_tests": [
+ {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698