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:
|
||||
<<: *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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue