File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 3232 ff-site-goal : ' -v'
3333 verify-goal : ' clean install -nsu -P run-its'
3434 verify-fail-fast : false
35+ # Investigation reasons: Some tests generate custom files, standard reports and logs.
36+ # Remove the line with `*-jvmRun*-events.bin` pattern if large streams should be investigated.
3537 failure-upload-path : |
36- surefire-its/target/*/log.txt
37- surefire-its/target/**/surefire-reports/*
38- surefire-its/target/**/failsafe-reports/*
38+ **/*
39+ !**/pom.xml
40+ !**/*.java
41+ !**/*.class
42+ !**/*.jar
43+ !**/*.war
44+ !**/*.tar.gz
45+ !**/*.tgz
46+ !**/*.zip
47+ !**/target/site/*
48+ !**/target/staging/*
49+ !**/hs_err_pid*
50+ !surefire-its/target/ConsoleOutputIT_*/target/surefire-reports/*-jvmRun*-events.bin
3951 timeout-minutes : 600
4052 os-matrix : ' [ "ubuntu-latest", "windows-2022", "macos-latest" ]'
You can’t perform that action at this time.
0 commit comments