Index: scripts/master/factory/chromium_factory.py |
=================================================================== |
--- scripts/master/factory/chromium_factory.py (revision 181110) |
+++ scripts/master/factory/chromium_factory.py (working copy) |
@@ -875,6 +875,9 @@ |
factory_properties['gclient_env'].setdefault('GYP_MSVS_VERSION', '2010') |
tests = tests or [] |
+ if slave_type == 'Trybot': |
+ self._InitWebkitLatestFactorySettings(factory_properties) |
Dirk Pranke
2013/02/07 03:42:33
Does this imply that *all* try jobs will try to pu
tony
2013/02/07 22:13:49
No, part of the changes in chromium_step.py is to
|
+ |
if factory_properties.get('needs_valgrind'): |
self._solutions[0].custom_deps_list = [self.CUSTOM_DEPS_VALGRIND] |
elif factory_properties.get('needs_tsan_win'): |