commit 02be4f3ad9024d96af6a8d049236bb39247ae2df Author: teor teor@torproject.org Date: Thu Mar 12 20:22:46 2020 +1000
Travis: Tolerate a small number of failures
Set CHUTNEY_ALLOW_FAILURES to 2, so that CI tolerates a single failure during each test-network.sh run.
Part of 33583. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml index b651e13..dcb65fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ env: ## Turn off tor's sandbox in chutney, until we fix sandbox errors that are ## triggered by Ubuntu Xenial and Bionic. See #32722. - CHUTNEY_TOR_SANDBOX="0" + ## Tolerate a small number of failures in chutney jobs + - CHUTNEY_ALLOW_FAILURES="2" matrix: ## This matrix entry is required, but it doesn't actually create any jobs ## by itself. All jobs are created by matrix: include: entries