Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
IP
elsa
Commits
977cf168
Commit
977cf168
authored
Mar 25, 2020
by
Tobias Lasser
Browse files
move coverage to end of pipeline
parent
58c34557
Pipeline
#227983
failed with stages
in 23 minutes and 22 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
977cf168
...
...
@@ -2,8 +2,8 @@ stages:
-
static-test
-
compile
-
test
-
coverage
-
sanitizer
-
coverage
-
docs
### variables ###
...
...
@@ -211,31 +211,6 @@ test-gpu-only:
-
cuda
### test coverage ###
test-coverage
:
<<
:
*nightly_job
stage
:
coverage
image
:
$CUDA_IMAGE
dependencies
:
[]
script
:
-
mkdir -p build
-
cd build
-
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DELSA_COVERAGE=ON ../
-
ninja tests
-
ninja test_coverage
artifacts
:
name
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_NAME-coverage"
paths
:
-
build/test_coverage/
expire_in
:
30 mins
tags
:
-
linux
-
elsa
-
gcc
-
cuda
### sanitizers ###
cuda-memcheck
:
...
...
@@ -295,6 +270,31 @@ sanitize-memsan:
-
cuda
### test coverage ###
test-coverage
:
<<
:
*nightly_job
stage
:
coverage
image
:
$CUDA_IMAGE
dependencies
:
[]
script
:
-
mkdir -p build
-
cd build
-
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DELSA_COVERAGE=ON ../
-
ninja tests
-
ninja test_coverage
artifacts
:
name
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_NAME-coverage"
paths
:
-
build/test_coverage/
expire_in
:
30 mins
tags
:
-
linux
-
elsa
-
gcc
-
cuda
### deploy docs and coverage report ###
deploy-docs
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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