Skip to content

Commit f29ce17

Browse files
Added PSMDB 7.0 to PBM tests, removed PSMDB 4.2 (#2326)
1 parent 6af72dd commit f29ce17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pbm/pbm-functional-aws-rs.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
}
1717
parameters {
1818
string(name: 'BRANCH',description: 'PBM repo branch',defaultValue: 'main')
19-
choice(name: 'PSMDB',description: 'PSMDB for testing',choices: ['psmdb-44','psmdb-42','psmdb-50','psmdb-60'])
19+
choice(name: 'PSMDB',description: 'PSMDB for testing',choices: ['psmdb-60','psmdb-44','psmdb-50','psmdb-70'])
2020
choice(name: 'INSTANCE_TYPE',description: 'Ec2 instance type',choices: ['i3.large','i3en.large','t2.micro','i3.xlarge','i3en.xlarge','i3en.3xlarge'])
2121
choice(name: 'BACKUP_TYPE',description: 'Backup type',choices: ['physical','logical'])
2222
choice(name: 'STORAGE',description: 'Storage for PBM',choices: ['aws','gcp'])

pbm/pbm-functional-aws-sharded.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
}
1717
parameters {
1818
string(name: 'BRANCH',description: 'PBM repo branch',defaultValue: 'main')
19-
choice(name: 'PSMDB',description: 'PSMDB for testing',choices: ['psmdb-44','psmdb-42','psmdb-50','psmdb-60'])
19+
choice(name: 'PSMDB',description: 'PSMDB for testing',choices: ['psmdb-60','psmdb-44','psmdb-50','psmdb-70'])
2020
choice(name: 'INSTANCE_TYPE',description: 'Ec2 instance type',choices: ['i3.large','i3en.large','t2.micro','i3.xlarge','i3en.xlarge'])
2121
choice(name: 'BACKUP_TYPE',description: 'Backup type',choices: ['physical','logical'])
2222
choice(name: 'STORAGE',description: 'Storage for PBM',choices: ['aws','gcp'])

pbm/pbm-functional-tests-full.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pipeline {
3737
}
3838
axis {
3939
name 'PSMDB'
40-
values '4.4', '5.0', '6.0'
40+
values '4.4', '5.0', '6.0', '7.0'
4141
}
4242
}
4343
stages {

pbm/pbm-manual.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
}
1717
parameters {
1818
string(name: 'BRANCH',description: 'PBM repo branch',defaultValue: 'main')
19-
choice(name: 'PSMDB',description: 'PSMDB for testing',choices: ['psmdb-44','psmdb-42','psmdb-50','psmdb-60'])
19+
choice(name: 'PSMDB',description: 'PSMDB for testing',choices: ['psmdb-60','psmdb-44','psmdb-50','psmdb-70'])
2020
choice(name: 'INSTANCE_TYPE',description: 'Ec2 instance type',choices: ['t2.micro','i3.large','i3en.large','i3.xlarge','i3en.xlarge'])
2121
choice(name: 'LAYOUT',description: 'Layout',choices: ['replicaset','sharded'])
2222
string(name: 'TIMEOUT',description: 'Timeout for the job',defaultValue: '3600')

0 commit comments

Comments
 (0)