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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 307353005: Add another MSan tester to chromium.fyi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 6 years, 7 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 | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 572802ca3a70743e7b39172aec7215a49b12748c..2c3cd205aaf799829dc0b2904578238974dedaef 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -1484,6 +1484,13 @@ b_chromium_rel_linux_msan = {
'auto_reboot': True,
}
+b_chromium_rel_linux_msan_browser = {
+ 'name': 'Chromium Linux MSan (browser tests)',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'),
+ 'category': 'msan',
+ 'auto_reboot': True,
+}
+
b_chromium_rel_win32_morenacl = {
'name': 'More NaCl Tests (win32)',
'builddir': 'chromium-rel-win32-morenacl',
@@ -2155,6 +2162,7 @@ c['builders'] = [
# MSan
b_chromium_rel_linux_msan,
+ b_chromium_rel_linux_msan_browser,
# NaCl
b_chromium_rel_win32_morenacl,
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698