Skip to content

Commit

Permalink
HSEARCH-4395 Remove unnecessary orm upgrade jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and yrodiere committed Jul 3, 2023
1 parent dd96b2d commit 6bfe3f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
16 changes: 3 additions & 13 deletions ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,15 @@ Map settings() {
// Need to rebuild this module in order to insert the Jandex 3 dependency in tests
additionalMavenArgs: '-pl :hibernate-search-util-internal-test-common'
]
case 'orm5.6':
return [
updateProperties: ['version.org.hibernate'],
onlyRunTestDependingOn: ['hibernate-search-mapper-orm', 'hibernate-search-mapper-orm-jakarta']
]
case 'orm6.2':
return [
updateProperties: ['version.org.hibernate.orm'],
onlyRunTestDependingOn: ['hibernate-search-mapper-orm-orm6']
onlyRunTestDependingOn: ['hibernate-search-mapper-orm']
]
case 'orm6.3':
return [
updateProperties: ['version.org.hibernate.orm'],
onlyRunTestDependingOn: ['hibernate-search-mapper-orm-orm6']
]
case 'orm6-in-main-code':
return [
updateProperties: ['version.org.hibernate.orm']
// In this case we'll rebuild and test everything.
onlyRunTestDependingOn: ['hibernate-search-mapper-orm']
]
default:
return [:]
Expand Down Expand Up @@ -133,7 +123,7 @@ pipeline {
axis {
name 'DEPENDENCY_UPDATE_NAME'
// NOTE: Remember to update the settings() method above when changing this.
values 'jandex3', 'orm5.6', 'orm6.2', 'orm6.3', 'orm6-in-main-code'
values 'jandex3', 'orm6.2', 'orm6.3'
}
}
stages {
Expand Down
12 changes: 0 additions & 12 deletions ci/dependency-update/rules-orm5.6.xml

This file was deleted.

12 changes: 0 additions & 12 deletions ci/dependency-update/rules-orm6-in-main-code.xml

This file was deleted.

0 comments on commit 6bfe3f7

Please sign in to comment.