diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-21 09:25:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-21 12:58:49 -0400 |
commit | 3ee0f6371d77db712dd131ac8a4e98672a63c81c (patch) | |
tree | e539f21a8d0ac03f97e36cda61419d1ab050d919 /.gitlab-ci.yml | |
parent | ab03ca9c75a5ffa011a683e46eef5e1671fa60ea (diff) | |
download | tor-3ee0f6371d77db712dd131ac8a4e98672a63c81c.tar.gz tor-3ee0f6371d77db712dd131ac8a4e98672a63c81c.zip |
gitlab-ci: Add all-bugs-are-fatal on hardened and integration builds.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a719ef2ceb..7fd07b9ed9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,6 +112,7 @@ debian-hardened: image: debian:testing <<: *debian-template variables: + ALL_BUGS_ARE_FATAL: "yes" HARDENING: "yes" CC: "clang" script: @@ -155,6 +156,7 @@ debian-integration: CHECK: "no" CHUTNEY: "yes" STEM: "yes" + ALL_BUGS_ARE_FATAL: "yes" script: - ./scripts/ci/ci-driver.sh @@ -191,7 +193,6 @@ debian-disable-dirauth: script: - ./scripts/ci/ci-driver.sh - ##### # No-relay mode debian-disable-relay: |