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:
Georges Basile Stavracas Neto 2020-02-20 12:00:37 -03:00
parent 59dc318de9
commit 054b16b681

View file

@ -268,8 +268,8 @@ stop_review:
asan:
<<: *sanitizer
stage: test
when: on_success
stage: manual
when: manual
variables:
BUILD_OPTS: "-Db_sanitize=address"
LSAN_OPTIONS: "suppressions=${CI_PROJECT_DIR}/build-aux/ci/lsan.supp"