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

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

Issue 1781163002: Adding optional variable 32 bit linux builder (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.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index e9f8f48f59918127f04629e447a2ea7c62c6080f..cffeb0f7f49deb6995166c41ced534859eb18339 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -344,6 +344,11 @@ variable_builders = [
'slavebuilddir': 'linux',
},
{
+ 'name': 'linux_chromium_variable_32',
+ 'factory': m_annotator.BaseFactory('findit/chromium/compile'),
+ 'slavebuilddir': 'linux_32',
+ },
+ {
'name': 'linux_chromium_asan_variable',
'factory': m_annotator.BaseFactory('findit/chromium/compile'),
'slavebuilddir': 'linux_asan',
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698