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

Unified Diff: masters/master.client.drmemory/master.cfg

Issue 744833002: Update Dr. Memory bot factories to fully handle a 3rd platform, MacOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 years, 1 month 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 | scripts/master/factory/drmemory_factory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.drmemory/master.cfg
===================================================================
--- masters/master.client.drmemory/master.cfg (revision 293033)
+++ masters/master.client.drmemory/master.cfg (working copy)
@@ -152,10 +152,10 @@
# Bots that run on every commit: the pre-commit suite and the packager.
for (os, os_versions) in MAINBOTS:
c['builders'].append({'name': '%s-builder' % os,
- 'factory': F_DRMPACK(os == "win")})
+ 'factory': F_DRMPACK(os)})
for version in os_versions:
c['builders'].append({'name': '%s-%s-drm' % (os, version),
- 'factory': F_DRM(os == 'win')})
+ 'factory': F_DRM(os)})
# Miscellaneous stability bots that run periodically.
c['builders'].append({'name': 'win7-cr-builder',
« no previous file with comments | « no previous file | scripts/master/factory/drmemory_factory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698