Index: scripts/slave/recipes/android/appurify.py |
diff --git a/scripts/slave/recipes/android/appurify.py b/scripts/slave/recipes/android/appurify.py |
index eb6817e8705a7eaa649577aa0339769e6288b078..abe44552628f43bfc700ee7af1543ff36790c3c5 100644 |
--- a/scripts/slave/recipes/android/appurify.py |
+++ b/scripts/slave/recipes/android/appurify.py |
@@ -96,6 +96,8 @@ AMP_INSTANCE_PROTOCOL = 'http' |
AMP_RESULTS_BUCKET = 'chrome-amp-results' |
def GenSteps(api): |
+ api.amp.setup() |
+ |
mastername = api.properties['mastername'] |
buildername = api.properties['buildername'] |
builder = BUILDERS[mastername][buildername] |
@@ -246,7 +248,9 @@ def GenTests(api): |
'status': 'Found dependency', |
'targets': ['android_webview_unittests'], |
'build_targets': ['android_webview_unittests_apk']})) + |
- api.step_data('[collect] android_webview_unittests', retcode=1) |
+ api.step_data('[collect] android_webview_unittests', retcode=1) + |
+ # Infrastructure failure |
+ api.step_data('[collect] base_unittests', retcode=87) |
) |
yield ( |