From: Ilya Shipitsin Date: Tue, 22 Dec 2020 17:51:52 +0000 (+0500) Subject: CI: travis-ci: drop coverity scan builds X-Git-Tag: v2.4-dev5~87 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=5dcec7e53957bea5acc38b85e96cab2e9a2e4684;p=haproxy-2.5.git CI: travis-ci: drop coverity scan builds we ran out of travis-ci minutes on December 2020. I would keep exotic architectures like arm64, s390, ppc64le on travis and move Coverity scan to Github Actions. so, let us drop coverity scan from travis-ci. --- diff --git a/.travis.yml b/.travis.yml index bb0dfeb..80fddca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,17 +49,6 @@ matrix: - os: linux if: type == cron compiler: clang - env: TARGET=linux-glibc COVERITY_SCAN_PROJECT_NAME="Haproxy" COVERITY_SCAN_BRANCH_PATTERN="*" COVERITY_SCAN_NOTIFICATION_EMAIL="chipitsine@gmail.com" COVERITY_SCAN_BUILD_COMMAND="make CC=clang DEFINE=-DDEBUG_USE_ABORT TARGET=$TARGET $FLAGS 51DEGREES_SRC=$FIFTYONEDEGREES_SRC DEBUG_STRICT=1" - script: - - | - if [ ! -z ${COVERITY_SCAN_TOKEN+x} ]; then - make -C contrib/wurfl - curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash || true - fi - name: Coverity scan | openssl-1.1.1 - - os: linux - if: type == cron - compiler: clang env: TARGET=linux-glibc OPENSSL_VERSION=1.1.0l FIFTYONEDEGREES_SRC="contrib/51d/src/trie" CC=clang-9 name: openssl-1.1.1 | 51d trie - os: linux