mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
gitlab-ci: Add all-bugs-are-fatal on hardened and integration builds.
This commit is contained in:
parent
ab03ca9c75
commit
3ee0f6371d
@ -112,6 +112,7 @@ debian-hardened:
|
|||||||
image: debian:testing
|
image: debian:testing
|
||||||
<<: *debian-template
|
<<: *debian-template
|
||||||
variables:
|
variables:
|
||||||
|
ALL_BUGS_ARE_FATAL: "yes"
|
||||||
HARDENING: "yes"
|
HARDENING: "yes"
|
||||||
CC: "clang"
|
CC: "clang"
|
||||||
script:
|
script:
|
||||||
@ -155,6 +156,7 @@ debian-integration:
|
|||||||
CHECK: "no"
|
CHECK: "no"
|
||||||
CHUTNEY: "yes"
|
CHUTNEY: "yes"
|
||||||
STEM: "yes"
|
STEM: "yes"
|
||||||
|
ALL_BUGS_ARE_FATAL: "yes"
|
||||||
script:
|
script:
|
||||||
- ./scripts/ci/ci-driver.sh
|
- ./scripts/ci/ci-driver.sh
|
||||||
|
|
||||||
@ -191,7 +193,6 @@ debian-disable-dirauth:
|
|||||||
script:
|
script:
|
||||||
- ./scripts/ci/ci-driver.sh
|
- ./scripts/ci/ci-driver.sh
|
||||||
|
|
||||||
|
|
||||||
#####
|
#####
|
||||||
# No-relay mode
|
# No-relay mode
|
||||||
debian-disable-relay:
|
debian-disable-relay:
|
||||||
|
Loading…
Reference in New Issue
Block a user