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

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

Issue 1570993002: Add manually triggered builders to build conda environment CIPD package. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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.infra/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.infra/master.cfg
diff --git a/masters/master.chromium.infra/master.cfg b/masters/master.chromium.infra/master.cfg
index 4858c367904b699456fa7eb6bee1b3d130c33cab..a0cc37de15db764af94c00bbbf25f0b67ce54d13 100644
--- a/masters/master.chromium.infra/master.cfg
+++ b/masters/master.chromium.infra/master.cfg
@@ -162,6 +162,24 @@ c['builders'].extend([
'factory': f_annotations.BaseFactory('infra/luci_go'),
'category': 'luci-go',
},
+ {
+ 'name': 'conda-cipd-pkg-trusty-64',
+ 'slavebuilddir': 'conda-cipd-pkg',
+ 'factory': f_annotations.BaseFactory('infra/build_conda_cipd_pkg'),
+ 'category': 'zconda',
+ },
+ {
+ 'name': 'conda-cipd-pkg-mac-10.9-64',
+ 'slavebuilddir': 'conda-cipd-pkg',
+ 'factory': f_annotations.BaseFactory('infra/build_conda_cipd_pkg'),
+ 'category': 'zconda',
+ },
+ {
+ 'name': 'conda-cipd-pkg-win-64',
+ 'slavebuilddir': 'conda-cipd-pkg',
+ 'factory': f_annotations.BaseFactory('infra/build_conda_cipd_pkg'),
+ 'category': 'zconda',
+ },
])
####### SCHEDULERS
« no previous file with comments | « no previous file | masters/master.chromium.infra/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698