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

Unified Diff: masters/master.tryserver.chromium.mac/master.cfg

Issue 1762723003: Adding variable builder for mac asan (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Adding ',' for consistency Created 4 years, 10 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.tryserver.chromium.mac/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.mac/master.cfg
diff --git a/masters/master.tryserver.chromium.mac/master.cfg b/masters/master.tryserver.chromium.mac/master.cfg
index 883aacfd88f00cd5fc0f24b6d36dca365997ab48..28ec2163b0e1d60e4429138317618fe3c15c369c 100644
--- a/masters/master.tryserver.chromium.mac/master.cfg
+++ b/masters/master.tryserver.chromium.mac/master.cfg
@@ -184,6 +184,11 @@ variable_builders = [
'name': 'mac_chromium_variable',
'factory': m_annotator.BaseFactory('findit/chromium/compile'),
'slavebuilddir': 'mac'
+ },
+ {
+ 'name': 'mac_chromium_asan_variable',
+ 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
+ 'slavebuilddir': 'mac_asan'
}
]
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.mac/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698