Skip to content

Commit

Permalink
Skip Elasticsearch tests on ALL Lucene dependency-update jobs
Browse files Browse the repository at this point in the history
E.g. in Jakarta Batch integration modules where we have one failsafe
execution per backend.
  • Loading branch information
yrodiere committed Oct 24, 2023
1 parent 65a791e commit 7c9eb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Map settings() {
return [
updateProperties: ['version.org.apache.lucene'],
onlyRunTestDependingOn: ['hibernate-search-backend-lucene'],
additionalMavenArgs: '-Dtest.elasticsearch.skip=true'
]
case 'lucene9':
return [
Expand Down

0 comments on commit 7c9eb86

Please sign in to comment.