Skip to content

Commit

Permalink
PSMDB test install with different percona-release versions (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Jul 15, 2024
1 parent c9416f0 commit baee5f3
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pdmdb/pdmdb-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ pipeline {
defaultValue: '1.6.0',
description: 'PBM Version for tests',
name: 'VERSION')
choice(
name: 'PREL_VERSION',
description: 'Percona release version',
choices: [
'latest',
'1.0-27'
]
)
string(
defaultValue: 'main',
description: 'Branch for testing repository',
Expand Down
8 changes: 8 additions & 0 deletions pdmdb/pdmdb-setup-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ pipeline {
defaultValue: '1.6.0',
description: 'PBM Version for tests',
name: 'VERSION')
choice(
name: 'PREL_VERSION',
description: 'Percona release version',
choices: [
'latest',
'1.0-27'
]
)
string(
defaultValue: 'main',
description: 'Branch for testing repository',
Expand Down
9 changes: 8 additions & 1 deletion pdmdb/pdmdb-upgrade-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,14 @@ pipeline {
description: 'To this version PBM will be updated',
name: 'TO_PBM_VERSION'
)

choice(
name: 'PREL_VERSION',
description: 'Percona release version',
choices: [
'latest',
'1.0-27'
]
)
string(
defaultValue: 'main',
description: 'Branch for testing repository',
Expand Down
8 changes: 8 additions & 0 deletions psmdb/psmdb-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ pipeline {
'true'
]
)
choice(
name: 'PREL_VERSION',
description: 'Percona release version',
choices: [
'latest',
'1.0-27'
]
)
string(
defaultValue: 'main',
description: 'Branch for testing repository',
Expand Down
8 changes: 8 additions & 0 deletions psmdb/psmdb-upgrade-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ pipeline {
description: 'To this version PSMDB will be updated',
name: 'TO_PSMDB_VERSION'
)
choice(
name: 'PREL_VERSION',
description: 'Percona release version',
choices: [
'latest',
'1.0-27'
]
)
choice(
name: 'ENCRYPTION',
description: 'Enable/disable encryption at rest',
Expand Down

0 comments on commit baee5f3

Please sign in to comment.