Skip to content
Snippets Groups Projects
Commit 58d3709a authored by Daniel Perez's avatar Daniel Perez
Browse files

ci: fixing sanitizer

parent 3fa00570
No related branches found
No related tags found
1 merge request!236feat: add bulk change and update storage tier code
Pipeline #272791 passed with warnings
......@@ -20,7 +20,7 @@ variables:
- ${IMAGE_TAG}.tar
only:
changes:
- devops/**/*
- devops/docker/**/*
.container_push:
image: docker:19.03.12
......
......@@ -49,6 +49,7 @@ azure-curl-sanitizer-test-tsan:
build_mode: tsan
TSAN_OPTIONS: "abort_on_error=0:verbosity=3:halt_on_error=false:detect_leaks=true:handle_abort=0:handle_segv=0:print_cmdline=true"
cloud_provider: azure-curl-provider
allow_failure: true
extends: .sanitizer-test
needs:
- job: "compile-and-unit-test-azure-curl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment