[Git][NTPsec/ntpsec][master] CI: "Fix" the Coverity job (take 2)
Hal Murray (@hal.murray)
gitlab at mg.gitlab.com
Tue May 26 17:48:21 UTC 2026
Hal Murray pushed to branch master at NTPsec / ntpsec
Commits:
39b19ff7 by James Browning at 2026-05-26T08:31:03-07:00
CI: "Fix" the Coverity job (take 2)
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -388,7 +388,8 @@ gentoo-refclocks:
coverity-scan:
image: $CI_REGISTRY/ntpsec/ntpsec/coverity
script:
- - curl -o /tmp/cov-analysis-linux64.tgz --form project=ntpsec --form token="${COVERITY_TOKEN}" https://scan.coverity.com/download/linux64
+ - curl -o /tmp/cov-analysis-linux64.tgz --form project=ntpsec --form token="${COVERITY_TOKEN}" https://scan.coverity.com/download/linux64 -D -
+ - file /tmp/cov-analysis-linux64.tgz | grep "gzip compressed data" || exit 255
- tar zxf /tmp/cov-analysis-linux64.tgz
- python3 ./waf configure --enable-warnings --enable-Werror --disable-doc --disable-manpage --refclock=all
- cov-analysis-linux64-*/bin/cov-build --dir cov-int python3 ./waf build
@@ -398,6 +399,9 @@ coverity-scan:
- gitlab-org
rules:
- if: $COVERITY_TOKEN
+ allow_failure:
+ exit_codes:
+ - 255
macos-basic:
<<: *job_definition
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/39b19ff71b785452e2c49033dad8e18a0e95a1ae
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/39b19ff71b785452e2c49033dad8e18a0e95a1ae
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20260526/d6ff2441/attachment-0001.htm>
More information about the vc
mailing list