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

Unified Diff: scripts/slave/recipes/v8.py

Issue 2246503002: V8: Make sure infra failures fail overall build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix 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: scripts/slave/recipes/v8.py
diff --git a/scripts/slave/recipes/v8.py b/scripts/slave/recipes/v8.py
index d2356e808a1bcf67952b346b0e5a7643d4273243..4c969316865efb605aedbb250ae82586c59eca5a 100644
--- a/scripts/slave/recipes/v8.py
+++ b/scripts/slave/recipes/v8.py
@@ -115,6 +115,15 @@ def GenTests(api):
api.step_data('bot_update', retcode=1)
)
+ yield (
+ api.v8.test(
+ 'client.v8',
+ 'V8 Linux',
+ 'swarming_collect_failure',
+ ) +
+ api.step_data('Check', retcode=1)
+ )
+
# Simulate a tryjob triggered by the CQ for setting up different swarming
# default tags.
yield (

Powered by Google App Engine
This is Rietveld 408576698