Skip to content

Commit

Permalink
ci(manager): upgrade jenkinsfiles with relevant scylla versions
Browse files Browse the repository at this point in the history
Changes:
- Older enterprise tests switched to run with 2023.1 instead of 2022.2
- Test with tablets switched to use the latest OSS version 6.2
  • Loading branch information
mikliapko authored and fruch committed Nov 13, 2024
1 parent 77aec30 commit 11e0fb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ managerPipeline(
backend: 'aws',
region: '''["us-east-1", "us-west-2"]''',

scylla_version: '2022.2',
scylla_version: '2023.1',

test_name: 'mgmt_cli_test.MgmtCliTest.test_manager_sanity',
test_config: 'test-cases/manager/manager-regression-multiDC-set-distro.yaml',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ managerPipeline(
backend: 'aws',
region: 'us-east-1',

scylla_version: '2022.2',
scylla_version: '2023.1',

target_manager_version: 'master_latest',

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ managerPipeline(
test_name: 'mgmt_cli_test.MgmtCliTest.test_manager_sanity_vnodes_tablets_cluster',
test_config: 'test-cases/manager/manager-regression-singleDC-set-distro.yaml',

scylla_version: '6.0',
scylla_version: '6.2',

post_behavior_db_nodes: 'destroy',
post_behavior_loader_nodes: 'destroy',
Expand Down
4 changes: 2 additions & 2 deletions vars/managerPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def call(Map pipelineParams) {
name: 'ip_ssh_connections')

string(defaultValue: "${pipelineParams.get('manager_version', 'master_latest')}",
description: 'master_latest|3.2|3.1',
description: 'master_latest|3.4|3.3',
name: 'manager_version')

string(defaultValue: "${pipelineParams.get('scylla_mgmt_address', '')}",
Expand All @@ -123,7 +123,7 @@ def call(Map pipelineParams) {
name: 'scylla_mgmt_pkg')

string(defaultValue: "${pipelineParams.get('target_manager_version', '')}",
description: 'master_latest|3.2|3.1. Only for upgrade test',
description: 'master_latest|3.4|3.3. Only for upgrade test',
name: 'target_manager_version')

string(defaultValue: "${pipelineParams.get('target_scylla_mgmt_server_address', '')}",
Expand Down

0 comments on commit 11e0fb7

Please sign in to comment.