]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed duplicated release-only tests 2433/head
authorYann Collet <cyan@fb.com>
Fri, 18 Dec 2020 20:50:36 +0000 (12:50 -0800)
committerYann Collet <cyan@fb.com>
Fri, 18 Dec 2020 20:50:36 +0000 (12:50 -0800)
from travisCI
as they are already part of Github Actions

.github/workflows/generic-release.yml
.travis.yml

index a41f80f3e008220399faf4f7c51fa24955b78187..167ba38487fa14f9826e740410e80daba6d62ad8 100644 (file)
@@ -44,6 +44,7 @@ jobs:
         sudo apt-get install clang-3.8
         CC=clang-3.8 make tsan-test-zstream
         CC=clang-3.8 make tsan-fuzztest
+
   zlib-wrapper:
     runs-on: ubuntu-16.04
     steps:
index fd4b29e377c24e62dfd601d39013c74cbe2a979a..4757c6b02ae0abac395c7d6fba5c2da96353237d 100644 (file)
@@ -93,11 +93,6 @@ matrix:
         - make test
         - make -C lib all
 
-    - name: zbuff test
-      if: branch = release
-      script:
-        - make -C tests test-zbuff
-
     - name: Versions Compatibility Test   # 11.5mn
       if: branch = release
       script:
@@ -132,24 +127,6 @@ matrix:
         - make arminstall
         - make aarch64fuzz
 
-    - name: zlib wrapper test    # ~7.5mn
-      if: branch = release
-      script:
-        - make gpp6install valgrindinstall
-        - make -C zlibWrapper test
-        - make -C zlibWrapper valgrindTest
-
-    - name: LZ4, thread pool, and partial libs tests    # ~4mn
-      if: branch = release
-      script:
-        - make lz4install
-        - make -C tests test-lz4
-        - make check < /dev/null | tee    # mess with lz4 console detection
-        - make clean
-        - make -C tests test-pool
-        - make clean
-        - bash tests/libzstd_partial_builds.sh
-
     # meson dedicated test
     - name: Xenial (Meson + clang)    # ~15mn
       if: branch = release