| Index: buildbot/master/skia_master_scripts/factory.py
|
| ===================================================================
|
| --- buildbot/master/skia_master_scripts/factory.py (revision 10285)
|
| +++ buildbot/master/skia_master_scripts/factory.py (working copy)
|
| @@ -107,9 +107,6 @@
|
| subdirs_to_checkout = set(other_subdirs)
|
|
|
| # Trybots need to check out all of these directories.
|
| - if do_patch_step and not \
|
| - builder_name.startswith(builder_name_schema.BUILDER_ROLE_BUILD):
|
| - subdirs_to_checkout.add('gm-expected')
|
| for other_subdir in subdirs_to_checkout:
|
| self._gclient_solutions.append(gclient_factory.GClientSolution(
|
| svn_url=SKIA_SVN_BASEURL + '/' + other_subdir,
|
|
|