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.16.12~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48715f6ad40976e808bc0afd2be8268b2ba7598d;p=thirdparty%2Fbind9.git Look for tsan files in the top build directory --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05c7463e34a..95f52c69fb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -371,6 +371,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"