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

Unified Diff: master/skia_master_scripts/factory.py

Issue 395443002: Run DM on all bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: reup 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 | « no previous file | slave/skia_slave_scripts/run_dm.py » ('j') | slave/skia_slave_scripts/run_dm.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/skia_master_scripts/factory.py
diff --git a/master/skia_master_scripts/factory.py b/master/skia_master_scripts/factory.py
index 6e40aa742d97143896034511ae2a147090e3fd04..86953ab06eec149fa2ab3b214f2d1e6172d605c0 100644
--- a/master/skia_master_scripts/factory.py
+++ b/master/skia_master_scripts/factory.py
@@ -702,6 +702,7 @@ class SkiaFactory(BuildFactory):
self.DownloadSKImageFiles()
self.PreRender()
self.RunTests()
+ self.RunDM()
borenet 2014/07/14 19:53:47 We can probably remove this from the Housekeeper n
mtklein 2014/07/14 20:39:46 Done.
self.RunGM()
self.RenderSKPs()
self.RenderPdfs()
« no previous file with comments | « no previous file | slave/skia_slave_scripts/run_dm.py » ('j') | slave/skia_slave_scripts/run_dm.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698