Skip to content
Snippets Groups Projects
Commit 1d7d7697 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[tests] Exclude test_results.xml from ci cleaning.

parent 95b83600
Branches
Tags
1 merge request!312Support for Gitlab CI Tests tab
Pipeline #64226 passed
...@@ -591,6 +591,7 @@ def git_clean_build(runner, verbose): ...@@ -591,6 +591,7 @@ def git_clean_build(runner, verbose):
"miniconda.sh", # the installer, cached "miniconda.sh", # the installer, cached
"torch", # eventual pytorch caches "torch", # eventual pytorch caches
"sphinx", # build artifact -- documentation "sphinx", # build artifact -- documentation
"test_results.xml", # build artifact -- tests report
"coverage.xml", # build artifact -- coverage report "coverage.xml", # build artifact -- coverage report
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment