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

Unified Diff: slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py

Issue 395443002: Run DM on all bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: cleanup slave Created 6 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 | « master/skia_master_scripts/housekeeping_percommit_factory.py ('k') | slave/skia_slave_scripts/run_dm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
diff --git a/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py b/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
index 659080bebbd74e3ffa0c3c7e56c244a34cc62d07..3b458f369b0d446736da7762578c68df5313061b 100644
--- a/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
+++ b/slave/skia_slave_scripts/flavor_utils/default_build_step_utils.py
@@ -94,7 +94,7 @@ class DefaultBuildStepUtils:
def ListBuildStepExecutables(self):
""" Called by subclasses that may need to install the executables. """
- return ['tests', 'gm', 'render_pictures', 'render_pdfs',
+ return ['dm', 'tests', 'gm', 'render_pictures', 'render_pdfs',
'bench', 'bench_pictures', 'skimage', 'nanobench']
def _PathToBinary(self, binary):
« no previous file with comments | « master/skia_master_scripts/housekeeping_percommit_factory.py ('k') | slave/skia_slave_scripts/run_dm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698