Skip to content

Commit

Permalink
Use molecule on debian bookworm for all jobs (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Jun 6, 2024
1 parent 42fe2ef commit 6b0e019
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions pbm/pbm-functional-aws-rs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pbm-functional/replicaset"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -53,7 +53,7 @@ pipeline {
stage ('Install molecule') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pbm/pbm-functional-aws-sharded.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pbm-functional/sharded"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -53,7 +53,7 @@ pipeline {
stage ('Install molecule') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pbm/pbm-manual.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pbm-functional/manual"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -46,7 +46,7 @@ pipeline {
stage ('Install molecule') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pbm/pbm-pkg-install-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pbm/install"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -49,7 +49,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pbm/pbm-pkg-install.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pbm/install"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -61,7 +61,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pbm/pbm-pkg-upgrade-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pbm/upgrade"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -73,7 +73,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pbm/pbm-pkg-upgrade.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pbm/upgrade"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -85,7 +85,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pdmdb/pdmdb-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pdmdb/pdmdb"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -57,7 +57,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pdmdb/pdmdb-setup-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pdmdb/pdmdb-setup"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -40,7 +40,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pdmdb/pdmdb-setup.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pdmdb/pdmdb-setup"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -55,7 +55,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pdmdb/pdmdb-upgrade-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pdmdb/pdmdb-upgrade"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -73,7 +73,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pdmdb/pdmdb-upgrade.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pdmdb/pdmdb-upgrade"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -84,7 +84,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions pdmdb/pdmdb.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "pdmdb/pdmdb"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -61,7 +61,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/mongodb-reshard.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "resharding-tests/sharded"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -45,7 +45,7 @@ pipeline {
stage ('Install molecule') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-fips.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def fipsOS = ['rhel7-fips','rhel8-fips','rhel9','ubuntu-focal-pro','ubuntu-jammy

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -63,7 +63,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "psmdb/psmdb"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -70,7 +70,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-tarball-all-os.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def encList = [ 'NONE', 'KEYFILE', 'VAULT']

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -55,7 +55,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-tarball-all-setups.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def encList = [ 'NONE', 'KEYFILE', 'VAULT']

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -67,7 +67,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-tarball-functional.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "psmdb-tarball/psmdb-tarball"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -46,7 +46,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-tarball-pro-functional.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def psmdb_7_os_list = ["rhel8","rhel9","ubuntu-jammy-pro","debian-12"]

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -55,7 +55,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-tarball.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "psmdb-tarball/psmdb-tarball-upgrade"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -101,7 +101,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions psmdb/psmdb-upgrade-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def moleculeDir = "psmdb/psmdb-upgrade"

pipeline {
agent {
label 'min-centos-7-x64'
label 'min-bookworm-x64'
}
environment {
PATH = '/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/ec2-user/.local/bin'
Expand Down Expand Up @@ -97,7 +97,7 @@ pipeline {
stage ('Prepare') {
steps {
script {
installMolecule()
installMoleculeBookworm()
}
}
}
Expand Down
Loading

0 comments on commit 6b0e019

Please sign in to comment.