make all artifacts visible

This commit is contained in:
Mark Andrews
2020-08-31 12:37:24 +10:00
parent 71ef3a8038
commit 93dd7b1b93

View File

@@ -290,10 +290,7 @@ stages:
- find bin -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;
artifacts:
expire_in: "1 day"
paths:
- bin/tests/system/*/tsan.*
- bin/tests/system/*/*/tsan.*
- tsan/
untracked: true
when: on_failure
.kyua_report: &kyua_report_html |