Index: scripts/slave/recipe_modules/amp/example.py |
diff --git a/scripts/slave/recipe_modules/amp/example.py b/scripts/slave/recipe_modules/amp/example.py |
index 0da3f68454fa0da79471d50eab0a102dab838e3e..97a7151307afe8069464202667e975b256db288a 100644 |
--- a/scripts/slave/recipe_modules/amp/example.py |
+++ b/scripts/slave/recipe_modules/amp/example.py |
@@ -101,6 +101,8 @@ BUILDERS = { |
AMP_RESULTS_BUCKET = 'chrome-amp-results' |
def GenSteps(api): |
+ api.amp.setup() |
jbudorick
2015/02/27 15:17:27
Can't say I'm a big fan of this... looking into al
mikecase (-- gone --)
2015/02/27 18:10:58
I based what I did on what recipe_modules/gpu/api.
|
+ |
builder = BUILDERS[api.properties['buildername']] |
api.path['checkout'] = api.path['slave_build'].join('src') |