Skip to content

Commit 3f08803

Browse files
committed
test(manager): run debian12 sanity test with disabled client encryption
...instead of Ubuntu24 sanity test that currently used as a high prio test and the only test in Manager suite run on multiDC cluster. We would like to run it with client encryption enabled
1 parent 0615f0c commit 3f08803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/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
)

0 commit comments

Comments
 (0)