commit d761c3ca6de62ecdced9933a0717bf3ee598b073 Author: teor teor@torproject.org Date: Mon Jun 10 19:18:35 2019 +1000
Travis: allow the test-stem job to fail
Allow the test-stem job to fail in Travis, because it sometimes hangs.
Fixes bug 30744; bugfix on 0.3.5.4-alpha. --- .travis.yml | 4 ++++ changes/bug30744 | 3 +++ 2 files changed, 7 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 89040d822..a1a48baff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,6 +70,10 @@ matrix: ## Careful! We use global envs, which makes it hard to exclude or ## allow failures by env: ## https://docs.travis-ci.com/user/customizing-the-build#matching-jobs-with-all... + allow_failures: + ## test-stem sometimes hangs on Travis + - env: TEST_STEM="yes" + exclude: ## Clang doesn't work in containerized builds, see below. - compiler: clang diff --git a/changes/bug30744 b/changes/bug30744 new file mode 100644 index 000000000..9f07d4855 --- /dev/null +++ b/changes/bug30744 @@ -0,0 +1,3 @@ + o Minor bugfixes (continuous integration): + - Allow the test-stem job to fail in Travis, because it sometimes hangs. + Fixes bug 30744; bugfix on 0.3.5.4-alpha.
tor-commits@lists.torproject.org