Skip to content

Commit

Permalink
PSMDB-1367 remove ubuntu bionic from tests (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Jan 19, 2024
1 parent 0df2a04 commit fd7ce73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/pdmdbOperatingSystems.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
def call(String version = 'default', String newVersion = null) {
def switchValues = [
(~/(p.mdb-)?6(\.)?0.*/): ['centos-7', 'debian-10', 'debian-11', 'ubuntu-focal', 'ubuntu-bionic', 'rhel8', 'rhel9', 'ubuntu-jammy'],
(~/(p.mdb-)?6(\.)?0.*/): ['centos-7', 'debian-10', 'debian-11', 'ubuntu-focal', 'rhel8', 'rhel9', 'ubuntu-jammy'],
(~/(p.mdb-)?7(\.)?0.*/): ['centos-7', 'debian-11', 'debian-12', 'ubuntu-focal', 'rhel8', 'rhel9', 'ubuntu-jammy'],
'default': ['centos-7', 'debian-10', 'debian-11', 'ubuntu-focal', 'ubuntu-bionic', 'rhel8', 'ubuntu-jammy']
'default': ['centos-7', 'debian-10', 'debian-11', 'ubuntu-focal', 'rhel8', 'ubuntu-jammy']
]

def versionValues = switchValues.find { key, value -> version ==~ key }?.value ?: switchValues['default']
Expand Down

0 comments on commit fd7ce73

Please sign in to comment.