Skip to content

Commit b1c5177

Browse files
committed
Disable Jenkins JUnit publisher
1 parent 2661119 commit b1c5177

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.ci/jobs.t/defaults.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@
5858
GRADLEW=./gradlew --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
5959
GRADLEW_BAT=./gradlew.bat --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
6060
publishers:
61-
- junit:
62-
results: "**/*Junit/*.xml, **/test-results/*/*.xml"
63-
keep-long-stdio: true
64-
allow-empty-results: true
61+
# Disable Junit publisher for now since it's causing OOME on our Jenkins instance
62+
# - junit:
63+
# results: "**/*Junit/*.xml, **/test-results/*/*.xml"
64+
# keep-long-stdio: true
65+
# allow-empty-results: true
6566
# Upload additional logs
6667
- google-cloud-storage:
6768
credentials-id: 'elasticsearch-ci-gcs-plugin'

0 commit comments

Comments
 (0)