Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
3e5aecf1
Commit
3e5aecf1
authored
Jan 25, 2018
by
Andreas Marek
Browse files
Move code coverage scripts in sub-dir
parent
cc9d5980
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3e5aecf1
This diff is collapsed.
Click to expand it.
ci_coverage_collect
→
ci_test_scripts/
ci_coverage_collect
View file @
3e5aecf1
File moved
ci_coverage_summary
→
ci_test_scripts/
ci_coverage_summary
View file @
3e5aecf1
File moved
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
3e5aecf1
...
...
@@ -281,7 +281,7 @@ print(" tags:")
print
(
" - coverage"
)
print
(
" script:"
)
print
(
" - echo
\"
Generating coverage report
\"
"
)
print
(
" - ./ci_coverage_summary"
)
print
(
" - ./ci_
test_scripts/ci_
coverage_summary"
)
print
(
" artifacts:"
)
print
(
" paths:"
)
print
(
" - public"
)
...
...
@@ -693,7 +693,7 @@ for cc, fc, m, o, p, a, b, g, cov, instr, addr, na in product(
# /scratch/elpa/bin/run_elpa.sh "+str(MPI_TASKS) + openmp_threads +" \" TEST_FLAGS=\\\" $MATRIX_SIZE $NUMBER_OF_EIGENVECTORS $BLOCK_SIZE " +"\\\" || { cat test-suite.log; exit 1; }\"")
if
(
cov
==
"coverage"
):
print
(
" - ./ci_coverage_collect"
)
print
(
" - ./ci_
test_scripts/ci_
coverage_collect"
)
print
(
" artifacts:"
)
print
(
" paths:"
)
print
(
" - coverage_data"
)
...
...
Write
Preview
Supports
Markdown
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