Skip to content

Commit

Permalink
Remove ORM 6.2 upgrade job since 7.0 targets 6.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Sep 25, 2023
1 parent 3bb5e47 commit 3e61ab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
8 changes: 1 addition & 7 deletions ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
// NOTE: Remember to update the matrix axes below when adding/removing entries here.
Map settings() {
switch (env.DEPENDENCY_UPDATE_NAME) {
case 'orm6.2':
return [
updateProperties: ['version.org.hibernate.orm'],
onlyRunTestDependingOn: ['hibernate-search-mapper-orm'],
requiresSourceModifications: true
]
case 'orm6.3':
return [
updateProperties: ['version.org.hibernate.orm'],
Expand Down Expand Up @@ -143,7 +137,7 @@ pipeline {
axis {
name 'DEPENDENCY_UPDATE_NAME'
// NOTE: Remember to update the settings() method above when changing this.
values 'orm6.2', 'orm6.3', 'lucene9', 'lucene10', 'elasticsearch-latest'
values 'orm6.3', 'lucene9', 'lucene10', 'elasticsearch-latest'
}
}
stages {
Expand Down
12 changes: 0 additions & 12 deletions ci/dependency-update/rules-orm6.2.xml

This file was deleted.

0 comments on commit 3e61ab5

Please sign in to comment.