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

Unified Diff: infra/bots/recipes/swarm_perf.py

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rename modules, add README.md Created 4 years, 4 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
Index: infra/bots/recipes/swarm_perf.py
diff --git a/infra/bots/recipes/swarm_perf.py b/infra/bots/recipes/swarm_perf.py
index a6c5e27a8aa5c17808ea0d036445e0eec4ae6190..eaa37ac1e75292f6276077ec5b9151ba1fa585f3 100644
--- a/infra/bots/recipes/swarm_perf.py
+++ b/infra/bots/recipes/swarm_perf.py
@@ -13,6 +13,7 @@ DEPS = [
'recipe_engine/properties',
'recipe_engine/raw_io',
'skia',
+ 'run',
]
@@ -34,7 +35,7 @@ def RunSteps(api):
api.skia.setup()
api.skia.perf_steps()
api.skia.cleanup_steps()
- api.skia.check_failure()
+ api.run.check_failure()
def GenTests(api):

Powered by Google App Engine
This is Rietveld 408576698