From: Yann Collet Date: Sun, 29 Aug 2021 22:47:04 +0000 (-0700) Subject: remove versions-compatibility test from GA X-Git-Tag: v1.5.1~1^2~122^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b341aa2f95e0ec363a593452faa58b6e6ac1f587;p=thirdparty%2Fzstd.git remove versions-compatibility test from GA since it fails on Github Actions specifically. The test is run on TravisCI for the time being. Its duration has been reduced to ~6mn anyway. --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index bd3e16da9..85c966d36 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -200,13 +200,17 @@ jobs: make clean && make -j all MOREFLAGS="-Werror -DZSTD_NO_INLINE -DZSTD_STRIP_ERROR_STRINGS" make clean && make check MOREFLAGS="-Werror -DZSTD_NO_INLINE -DZSTD_STRIP_ERROR_STRINGS" - versions-compatibility: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Versions Compatibility Test - run: | - make -C tests versionsTest +# This test currently fails on Github Actions specifically. +# No clear reason, as the same test works fine locally and on travisCI. +# This will have to be fixed before transfering the test to GA. +# versions-compatibility: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - name: Versions Compatibility Test +# run: | +# make -C tests versionsTest + # For reference : icc tests # icc tests are currently failing on Github Actions, likely to issues during installation stage diff --git a/.travis.yml b/.travis.yml index 1acbfecf1..1e963246c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ matrix: script: - make -C tests fuzztest - # TODO: migrate to GH actions once newest clang staticanalyze warnings are fixed + # TODO: migrate to GH Actions once newest clang staticanalyze warnings are fixed - name: static analyzer scanbuild # ~8mn dist: trusty # note : it's important to pin down a version of static analyzer, since different versions report different false positives script: