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

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: Fix missing dependency 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..93332b707fc455e470deb7a0c9208ff3915c10e3 100644
--- a/infra/bots/recipes/swarm_perf.py
+++ b/infra/bots/recipes/swarm_perf.py
@@ -7,12 +7,13 @@
DEPS = [
+ 'core',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
'recipe_engine/raw_io',
- 'skia',
+ 'run',
]
@@ -31,10 +32,10 @@ TEST_BUILDERS = {
def RunSteps(api):
- api.skia.setup()
- api.skia.perf_steps()
- api.skia.cleanup_steps()
- api.skia.check_failure()
+ api.core.setup()
+ api.core.perf_steps()
+ api.core.cleanup_steps()
+ api.run.check_failure()
def GenTests(api):
« no previous file with comments | « infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit-Trybot.json ('k') | infra/bots/recipes/swarm_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698