Skip to content

Commit cbe96b4

Browse files
committed
test(manager): run debian12 tests with disabled client encryption
...instead of Ubuntu24 tests that are currently used as a high prio test and the only test in Manager test run on multiDC cluster. We'd like to run it with client encryption enabled
1 parent 21708b8 commit cbe96b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jenkins-pipelines/manager/debian12-manager-sanity.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ managerPipeline(
77
backend: 'aws',
88
region: 'us-east-1',
99
test_name: 'mgmt_cli_test.ManagerSanityTests.test_manager_sanity',
10-
test_config: '''["test-cases/manager/manager-regression-singleDC-set-distro.yaml", "configurations/manager/debian12.yaml"]''',
10+
test_config: '''["test-cases/manager/manager-regression-singleDC-set-distro.yaml", "configurations/manager/debian12.yaml", "configurations/disable_client_encrypt.yaml"]''',
1111

1212
scylla_version: '2025.1',
1313

jenkins-pipelines/manager/debian12-manager-upgrade.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ managerPipeline(
1313
target_manager_version: 'master_latest',
1414

1515
test_name: 'mgmt_upgrade_test.ManagerUpgradeTest.test_upgrade',
16-
test_config: '''["test-cases/upgrades/manager-upgrade.yaml", "configurations/manager/debian12.yaml"]'''
16+
test_config: '''["test-cases/upgrades/manager-upgrade.yaml", "configurations/manager/debian12.yaml", "configurations/disable_client_encrypt.yaml"]'''
1717
)

jenkins-pipelines/manager/ubuntu24-manager-sanity.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ managerPipeline(
77
backend: 'aws',
88
region: '''["us-east-1", "us-west-2"]''',
99
test_name: 'mgmt_cli_test.ManagerSanityTests.test_manager_sanity',
10-
test_config: '''["test-cases/manager/manager-regression-multiDC-set-distro.yaml", "configurations/manager/ubuntu24.yaml", "configurations/disable_client_encrypt.yaml"]''',
10+
test_config: '''["test-cases/manager/manager-regression-multiDC-set-distro.yaml", "configurations/manager/ubuntu24.yaml"]''',
1111

1212
downstream_jobs_to_run: 'ubuntu24-upgrade-test'
1313
)

jenkins-pipelines/manager/ubuntu24-manager-upgrade.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ managerPipeline(
1212
target_manager_version: 'master_latest',
1313

1414
test_name: 'mgmt_upgrade_test.ManagerUpgradeTest.test_upgrade',
15-
test_config: '''["test-cases/upgrades/manager-upgrade.yaml", "configurations/manager/ubuntu24.yaml", "configurations/disable_client_encrypt.yaml"]'''
15+
test_config: '''["test-cases/upgrades/manager-upgrade.yaml", "configurations/manager/ubuntu24.yaml"]'''
1616
)

0 commit comments

Comments
 (0)