[master] ad8f450f4 Allow failures for Travis CI arm64 jobs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Mar 13 15:22:06 UTC 2020


commit ad8f450f4097ce79459a716afc03075f4caf9561
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Mar 13 13:42:14 2020 +0100

    Allow failures for Travis CI arm64 jobs
    
    We are finding more flaky tests thanks to them, so for now we prefer to
    avoid false positive over slowing down the build.

diff --git a/.travis.yml b/.travis.yml
index bf31b432b..ad0b036f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ jobs:
   allow_failures:
     - os: osx
     - stage: sanitizers
+    - arch: arm64
   fast_finish: true
   include:
     - &test-linux


More information about the varnish-commit mailing list