You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/03/25 15:35:46 UTC

svn commit: r1875648 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Wed Mar 25 15:35:46 2020
New Revision: 1875648

URL: http://svn.apache.org/viewvc?rev=1875648&view=rev
Log:
Drop -v from arm64 test runs and add to allowed failures, it is still
not as reliable as x86 builds. [skip ci]

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1875648&r1=1875647&r2=1875648&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Wed Mar 25 15:35:46 2020
@@ -52,7 +52,6 @@ jobs:
     - name: Linux arm64 Ubuntu, all-modules
       arch: arm64
       env: CONFIG="--enable-mods-shared=reallyall"
-           TEST_ARGS="-v"
     # -------------------------------------------------------------------------
     - if: branch = trunk
       name: Linux i386 Ubuntu, Shared MPMs, most modules, maintainer-mode w/-Werror
@@ -230,9 +229,11 @@ jobs:
       env: NOTEST_CFLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined" NOTEST_LIBS=-lubsan
            CONFIG="--enable-mods-shared=reallyall --disable-http2" TEST_UBSAN=1
   allow_failures:
-    # s390x is sometimes flaky
+    # non-x86 are sometimes flaky
     - arch: s390x
       env: CONFIG="--enable-mods-shared=reallyall"
+    - arch: arm64
+      env: CONFIG="--enable-mods-shared=reallyall"
            
 # CPAN modules are to be used with the system Perl and always with
 # CC=gcc, e.g. for the CC="gcc -m32" case the builds are not correct