Skip to content

Commit d31896a

Browse files
Collect thread and heap dumps generated during test. (#9429)
1 parent d07fee9 commit d31896a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/collect_reports.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function process_reports () {
6262
cp -r workspace/$project_to_save/build/reports/* $report_path/ 2>/dev/null || true
6363
cp workspace/$project_to_save/build/hs_err_pid*.log $report_path/ 2>/dev/null || true
6464
cp workspace/$project_to_save/build/javacore*.txt $report_path/ 2>/dev/null || true
65+
cp workspace/$project_to_save/build/dumps/*.* $report_path/ 2>/dev/null || true
6566
fi
6667
}
6768

0 commit comments

Comments
 (0)