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

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: trigger Created 6 years, 6 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 ebab1647a38e692783c3dd2564b35723711b2299..30edc80405556758de088c05a8067f9fc5b9eaff 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -183,6 +183,11 @@ s_chromium_cronet_rel = Triggerable(
'Android Cronet x86 Builder',
'Android Cronet MIPS Builder'])
+# Triggerable scheduler for Linux MSan.
+s_chromium_linux_msan = Triggerable(
+ name='linux_msan',
+ builderNames=['Chromium Linux MSan (browser tests)'])
+
# Windows Dr.Memory builder list
builderlist=[
'Windows Tests (DrMemory XP)',
@@ -275,6 +280,7 @@ c['schedulers'] = [s_chromium,
s_chromium_linux_arm,
s_chromium_mac_108_x64_experimental,
s_chromium_win_coverage,
+ s_chromium_linux_msan,
]
# Tests that are single-machine shard-safe.
@@ -1481,6 +1487,14 @@ b_chromium_rel_linux_lsan_asan = {
b_chromium_rel_linux_msan = {
'name': 'Chromium Linux MSan',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium',
+ triggers=['linux_msan']),
+ 'category': '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,
@@ -2158,6 +2172,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