| 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 (
|
|
|