Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IP
elsa
Commits
2187b6a1
Commit
2187b6a1
authored
Oct 22, 2019
by
David Frank
Browse files
Remove sanitizers for now from master, not ready yet
parent
4a1facc3
Pipeline
#167512
passed with stages
in 22 minutes and 48 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2187b6a1
...
...
@@ -173,41 +173,41 @@ test-coverage:
### Sanitizers ###
thread-sanitizer
:
<<
:
*nightly_job
stage
:
sanitizer
image
:
elsa/cuda:9.2
script
:
-
mkdir -p build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=Debug -DELSA_SANITIZE_THREAD=ON ..
-
make all -j4
-
ctest
# let's run tests for now, we should run apps though as well!
dependencies
:
-
test-cuda92
tags
:
-
linux
-
elsa
-
gcc
-
cuda
address-sanitizer
:
<<
:
*nightly_job
stage
:
sanitizer
image
:
elsa/cuda:9.2
script
:
-
mkdir -p build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=Debug -DELSA_SANITIZE_ADDRESS=ON ..
-
make all -j4
-
ctest
# let's run tests for now, we should run apps though as well!
dependencies
:
-
test-cuda92
tags
:
-
linux
-
elsa
-
gcc
-
cuda
#
thread-sanitizer:
#
<<: *nightly_job
#
stage: sanitizer
#
image: elsa/cuda:9.2
#
script:
#
- mkdir -p build
#
- cd build
#
- cmake -DCMAKE_BUILD_TYPE=Debug -DELSA_SANITIZE_THREAD=ON ..
#
- make all -j4
#
- ctest # let's run tests for now, we should run apps though as well!
#
dependencies:
#
- test-cuda92
#
tags:
#
- linux
#
- elsa
#
- gcc
#
- cuda
#
#
address-sanitizer:
#
<<: *nightly_job
#
stage: sanitizer
#
image: elsa/cuda:9.2
#
script:
#
- mkdir -p build
#
- cd build
#
- cmake -DCMAKE_BUILD_TYPE=Debug -DELSA_SANITIZE_ADDRESS=ON ..
#
- make all -j4
#
- ctest # let's run tests for now, we should run apps though as well!
#
dependencies:
#
- test-cuda92
#
tags:
#
- linux
#
- elsa
#
- gcc
#
- cuda
### deploy docs and coverage report ###
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment