Skip to content

Commit

Permalink
Disable Jenkins JUnit publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Aug 25, 2021
1 parent 40f72fd commit 390c860
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .ci/jobs.t/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@
GRADLEW=./gradlew --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
GRADLEW_BAT=./gradlew.bat --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
publishers:
- junit:
results: "**/*Junit/*.xml, **/test-results/*/*.xml"
keep-long-stdio: true
allow-empty-results: true
# Disable Junit publisher for now since it's causing OOME on our Jenkins instance
# - junit:
# results: "**/*Junit/*.xml, **/test-results/*/*.xml"
# keep-long-stdio: true
# allow-empty-results: true
# Upload additional logs
- google-cloud-storage:
credentials-id: 'elasticsearch-ci-gcs-plugin'
Expand Down

0 comments on commit 390c860

Please sign in to comment.