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

Unified Diff: infra/bots/recipe_modules/core/api.py

Issue 2209343002: [recipes] Stop pretending that buildbot_spec is a step, simplify (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec_sub1
Patch Set: rebase 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
« no previous file with comments | « no previous file | infra/bots/recipe_modules/vars/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/core/api.py
diff --git a/infra/bots/recipe_modules/core/api.py b/infra/bots/recipe_modules/core/api.py
index 377026432e9100143f066e98fad1b652801abd4f..e65073cb3694d58466b1203ede936bb1bd6ee162 100644
--- a/infra/bots/recipe_modules/core/api.py
+++ b/infra/bots/recipe_modules/core/api.py
@@ -25,13 +25,6 @@ class SkiaApi(recipe_api.RecipeApi):
# Check out the Skia code.
self.checkout_steps()
- # Obtain the spec for this builder from the Skia repo. Use it to set more
- # properties.
- builder_spec = self.m.vars.get_builder_spec(self.m.vars.builder_name)
-
- # Continue setting up vars with the builder_spec.
- self.m.vars.update_with_builder_spec(builder_spec)
-
if not self.m.path.exists(self.m.vars.tmp_dir):
self.m.run.run_once(self.m.file.makedirs,
'tmp_dir',
« no previous file with comments | « no previous file | infra/bots/recipe_modules/vars/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698