From: Mark Andrews Date: Fri, 4 Dec 2020 02:06:59 +0000 (+1100) Subject: Look for tsan files in the top build directory X-Git-Tag: v9.11.28~4^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=adbd30692ac990bc572c888e1a8efd6c671255f7;p=thirdparty%2Fbind9.git Look for tsan files in the top build directory (cherry picked from commit 48715f6ad40976e808bc0afd2be8268b2ba7598d) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acecd06c754..a7cbe7d0cd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -375,6 +375,7 @@ stages: <<: *unit_test_common after_script: - *kyua_report_html + - for f in tsan.* ; do test -f "$f" && python3 util/parse_tsan.py "$f" ; done - find lib -name 'tsan.*' -exec python3 util/parse_tsan.py {} \; artifacts: expire_in: "1 day"