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

Unified Diff: buildbot/master/skia_master_scripts/factory.py

Issue 19668009: Move gm-expected to trunk/expectations/gm , and modify scripts that use it. (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: add_master_files Created 7 years, 5 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 | buildbot/master/skia_master_scripts/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | buildbot/master/skia_master_scripts/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698