mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-12-20 00:55:29 +08:00
chg: ci: Add TSAN report and core file globs to expected artifacts
Merge branch 'mnowak/add-tsan-reports-glob-to-expected-artifacts' into 'main' See merge request isc-projects/bind9!11370
This commit is contained in:
@@ -317,7 +317,10 @@ def expected_artifacts(request):
|
||||
"ns*/named.memstats",
|
||||
"ns*/named.run",
|
||||
"ns*/named.run.prev",
|
||||
"core.[0-9]*-backtrace.txt",
|
||||
"core.[0-9]*.gz",
|
||||
"pytest.log.txt",
|
||||
"tsan.*.[0-9]*",
|
||||
]
|
||||
|
||||
if "USE_RR" in os.environ:
|
||||
|
||||
Reference in New Issue
Block a user