ci: Move ASAN to manual stage
ASAN hasn't been useful so far; we don't really see meaningful results from it, it takes a long time to run since it builds Settings twice, etc. Move it to manual.
This commit is contained in:
parent
59dc318de9
commit
054b16b681
1 changed files with 2 additions and 2 deletions
|
@ -268,8 +268,8 @@ stop_review:
|
||||||
|
|
||||||
asan:
|
asan:
|
||||||
<<: *sanitizer
|
<<: *sanitizer
|
||||||
stage: test
|
stage: manual
|
||||||
when: on_success
|
when: manual
|
||||||
variables:
|
variables:
|
||||||
BUILD_OPTS: "-Db_sanitize=address"
|
BUILD_OPTS: "-Db_sanitize=address"
|
||||||
LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/build-aux/ci/lsan.supp"
|
LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/build-aux/ci/lsan.supp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue