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

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

Issue 1809453002: Adding variable builder for mac_gn (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 9 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 28ec2163b0e1d60e4429138317618fe3c15c369c..ae180663142360920c68b53563cbf1d5c2bc54cb 100644
--- a/masters/master.tryserver.chromium.mac/master.cfg
+++ b/masters/master.tryserver.chromium.mac/master.cfg
@@ -181,15 +181,20 @@ b_mac_nacl_sdk_build = {
# and NOT CQ slaves.
variable_builders = [
{
+ 'name': 'mac_chromium_asan_variable',
+ 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
+ 'slavebuilddir': 'mac_asan'
+ },
+ {
'name': 'mac_chromium_variable',
'factory': m_annotator.BaseFactory('findit/chromium/compile'),
'slavebuilddir': 'mac'
},
{
- 'name': 'mac_chromium_asan_variable',
+ 'name': 'mac_chromium_variable_gn',
'factory': m_annotator.BaseFactory('findit/chromium/compile'),
- 'slavebuilddir': 'mac_asan'
- }
+ 'slavebuilddir': 'mac_gn'
+ },
]
c['builders'] = [
« 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