Skip to content

Commit 96790d3

Browse files
authored
Capture logs and config from junit test clusters in CI (#93661) (#93667)
1 parent a8fb9cf commit 96790d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build-tools-internal/src/main/groovy/elasticsearch.build-complete.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,17 @@ if (buildNumber && performanceTest == null && GradleUtils.isIncludedBuild(projec
2727
include("**/*.hprof")
2828
include("**/build/test-results/**/*.xml")
2929
include("**/build/testclusters/**")
30+
include("**/build/testrun/*/temp/**")
3031
exclude("**/build/testclusters/**/data/**")
3132
exclude("**/build/testclusters/**/distro/**")
3233
exclude("**/build/testclusters/**/repo/**")
3334
exclude("**/build/testclusters/**/extract/**")
35+
exclude("**/build/testclusters/**/tmp/**")
36+
exclude("**/build/testrun/*/temp/**/data/**")
37+
exclude("**/build/testrun/*/temp/**/distro/**")
38+
exclude("**/build/testrun/*/temp/**/repo/**")
39+
exclude("**/build/testrun/*/temp/**/extract/**")
40+
exclude("**/build/testrun/*/temp/**/tmp/**")
3441
}
3542
.files
3643
.findAll { Files.isRegularFile(it.toPath()) }

0 commit comments

Comments
 (0)