From 5d9b92cb5f792522e9df8a96b9dd63cb68e75def Mon Sep 17 00:00:00 2001 From: Oleksandr Havryliak <88387200+olexandr-havryliak@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:16:41 +0300 Subject: [PATCH] PSMDB 4.4 EOL (#2715) --- pbm/pbm-e2e-tests.groovy | 63 ---------------------------- pbm/pbm-functional-tests-full.groovy | 2 +- psmdb/psmdb-docker-cve.groovy | 2 +- 3 files changed, 2 insertions(+), 65 deletions(-) diff --git a/pbm/pbm-e2e-tests.groovy b/pbm/pbm-e2e-tests.groovy index 698508bc47..aad4ced3d2 100644 --- a/pbm/pbm-e2e-tests.groovy +++ b/pbm/pbm-e2e-tests.groovy @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' diff --git a/pbm/pbm-functional-tests-full.groovy b/pbm/pbm-functional-tests-full.groovy index 8685058951..47660b0511 100644 --- a/pbm/pbm-functional-tests-full.groovy +++ b/pbm/pbm-functional-tests-full.groovy @@ -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 { diff --git a/psmdb/psmdb-docker-cve.groovy b/psmdb/psmdb-docker-cve.groovy index 82fb807692..92d7cc35ef 100644 --- a/psmdb/psmdb-docker-cve.groovy +++ b/psmdb/psmdb-docker-cve.groovy @@ -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 {