From 25dcf210b167f8ff9cd72c98b1c6e7a940ce9390 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Wed, 7 Apr 2021 18:30:58 -0700 Subject: [PATCH] Disable Broker tests in Coverity Scan cronjob build Coverity has trouble analyzing them and they're contributing to bringing the overall successfully-analyzed-compilation-unit ratio below the required 85%. --- .github/workflows/coverity-scan.yml | 2 +- CHANGES | 4 ++++ VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index 84c562899f..2347ed1e07 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -48,7 +48,7 @@ jobs: run: ( cd auxil/broker/caf && ./configure --prefix=`pwd`/build/install-root && cd build && make -j 3 install ) - name: Configure - run: ./configure --build-type=debug --with-caf=`pwd`/auxil/broker/caf/build/install-root + run: ./configure --build-type=debug --with-caf=`pwd`/auxil/broker/caf/build/install-root --disable-broker-tests - name: Fetch Coverity Tools env: diff --git a/CHANGES b/CHANGES index f7627f71bd..92d245c644 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ +4.1.0-dev.498 | 2021-04-07 18:30:58 -0700 + + * Disable Broker tests in Coverity Scan cronjob build (Jon Siwek, Corelight) + 4.1.0-dev.497 | 2021-04-07 15:54:21 -0700 * GH-1493: Fix build with -DENABLE_MOBILE_IPV6 (Tim Wojtulewicz, Corelight) diff --git a/VERSION b/VERSION index 0fb85a9ee5..ce0328ebad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.0-dev.497 +4.1.0-dev.498