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

Unified Diff: scripts/slave/recipe_modules/amp/example.py

Issue 954743003: Make step status EXCEPTION when test runner has infrastructure failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Moved exit code dict to test_runner function. Created 5 years, 10 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 | « scripts/slave/recipe_modules/amp/api.py ('k') | scripts/slave/recipe_modules/chromium_android/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
+
builder = BUILDERS[api.properties['buildername']]
api.path['checkout'] = api.path['slave_build'].join('src')
« no previous file with comments | « scripts/slave/recipe_modules/amp/api.py ('k') | scripts/slave/recipe_modules/chromium_android/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698