Skip to content

Commit

Permalink
PSMDB 4.4 EOL (#2715)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Jul 4, 2024
1 parent dad8f4a commit 5d9b92c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
63 changes: 0 additions & 63 deletions pbm/pbm-e2e-tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ pipeline {
}
stage('Run tests for PBM') {
parallel {
stage('New cluster 4.4 logical') {
agent {
label 'docker'
}
steps {
prepareCluster('44-newc-logic')
runTest('run-new-cluster', '4.4', 'logical')
}
}
stage('New cluster 5.0 logical') {
agent {
label 'docker'
Expand Down Expand Up @@ -112,15 +103,6 @@ pipeline {
runTest('run-new-cluster', '7.0', 'logical')
}
}
stage('Sharded 4.4 logical') {
agent {
label 'docker-32gb'
}
steps {
prepareCluster('44-shrd-logic')
runTest('run-sharded', '4.4', 'logical')
}
}
stage('Sharded 5.0 logical') {
agent {
label 'docker-32gb'
Expand Down Expand Up @@ -148,15 +130,6 @@ pipeline {
runTest('run-sharded', '7.0', 'logical')
}
}
stage('Non-sharded 4.4 logical') {
agent {
label 'docker'
}
steps {
prepareCluster('44-rs-logic')
runTest('run-rs', '4.4', 'logical')
}
}
stage('Non-sharded 5.0 logical') {
agent {
label 'docker'
Expand Down Expand Up @@ -184,15 +157,6 @@ pipeline {
runTest('run-rs', '7.0', 'logical')
}
}
stage('Single-node 4.4 logical') {
agent {
label 'docker'
}
steps {
prepareCluster('44-single-logic')
runTest('run-single', '4.4', 'logical')
}
}
stage('Single-node 5.0 logical') {
agent {
label 'docker'
Expand Down Expand Up @@ -220,15 +184,6 @@ pipeline {
runTest('run-single', '7.0', 'logical')
}
}
stage('Sharded 4.4 physical') {
agent {
label 'docker-32gb'
}
steps {
prepareCluster('44-shrd-phys')
runTest('run-sharded', '4.4', 'physical')
}
}
stage('Sharded 5.0 physical') {
agent {
label 'docker-32gb'
Expand Down Expand Up @@ -256,15 +211,6 @@ pipeline {
runTest('run-sharded', '7.0', 'physical')
}
}
stage('Non-sharded 4.4 physical') {
agent {
label 'docker'
}
steps {
prepareCluster('44-rs-phys')
runTest('run-rs', '4.4', 'physical')
}
}
stage('Non-sharded 5.0 physical') {
agent {
label 'docker'
Expand Down Expand Up @@ -292,15 +238,6 @@ pipeline {
runTest('run-rs', '7.0', 'physical')
}
}
stage('Single-node 4.4 physical') {
agent {
label 'docker'
}
steps {
prepareCluster('44-single-phys')
runTest('run-single', '4.4', 'physical')
}
}
stage('Single-node 5.0 physical') {
agent {
label 'docker'
Expand Down
2 changes: 1 addition & 1 deletion pbm/pbm-functional-tests-full.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
}
axis {
name 'PSMDB'
values '4.4', '5.0', '6.0', '7.0'
values '5.0', '6.0', '7.0'
}
}
stages {
Expand Down
2 changes: 1 addition & 1 deletion psmdb/psmdb-docker-cve.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
axes {
axis {
name 'PSMDB_VERSION'
values '4.4', '5.0', '6.0', '7.0'
values '5.0', '6.0', '7.0'
}
}
stages {
Expand Down

0 comments on commit 5d9b92c

Please sign in to comment.