Skip to content

Commit 29d27f9

Browse files
committed
improvement(performance): change c-s version to 3.17.15
Run throughput steps test with new 3.17.5 cassandra-stress version
1 parent 452e948 commit 29d27f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jenkins-pipelines/performance/branch-perf-v16/scylla-enterprise/perf-regression/scylla-enterprise-perf-regression-predefined-throughput-steps-write-tablets.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ perfRegressionParallelPipeline(
77
backend: "aws",
88
aws_region: "us-east-1",
99
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionPredefinedStepsTest",
10-
test_config: '''["test-cases/performance/perf-regression-predefined-throughput-steps.yaml", "configurations/performance/cassandra_stress_gradual_load_steps_enterprise.yaml", "configurations/disable_kms.yaml", "configurations/disable_speculative_retry.yaml","configurations/perf-loaders-shard-aware-config.yaml", "configurations/performance/latency-decorator-error-thresholds-steps-ent-tablets.yaml"]''',
10+
test_config: '''["test-cases/performance/perf-regression-predefined-throughput-steps.yaml", "configurations/performance/cassandra_stress_gradual_load_steps_enterprise.yaml", "configurations/disable_kms.yaml", "configurations/disable_speculative_retry.yaml", "configurations/performance/latency-decorator-error-thresholds-steps-ent-tablets.yaml"]''',
1111
sub_tests: ["test_write_gradual_increase_load"],
1212
)

jenkins-pipelines/performance/branch-perf-v16/scylla-enterprise/perf-regression/scylla-enterprise-perf-regression-predefined-throughput-steps-write-vnodes.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ perfRegressionParallelPipeline(
77
backend: "aws",
88
aws_region: "us-east-1",
99
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionPredefinedStepsTest",
10-
test_config: '''["test-cases/performance/perf-regression-predefined-throughput-steps.yaml", "configurations/performance/cassandra_stress_gradual_load_steps_enterprise.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml","configurations/perf-loaders-shard-aware-config.yaml", "configurations/performance/latency-decorator-error-thresholds-steps-ent-vnodes.yaml"]''',
10+
test_config: '''["test-cases/performance/perf-regression-predefined-throughput-steps.yaml", "configurations/performance/cassandra_stress_gradual_load_steps_enterprise.yaml", "configurations/disable_kms.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_speculative_retry.yaml", "configurations/performance/latency-decorator-error-thresholds-steps-ent-vnodes.yaml"]''',
1111
sub_tests: ["test_write_gradual_increase_load"],
1212
)

test-cases/performance/perf-regression-predefined-throughput-steps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ append_scylla_yaml:
6666
use_placement_group: true
6767
use_prepared_loaders: false
6868
stress_image:
69-
cassandra-stress: 'scylladb/cassandra-stress:3.13.0'
69+
cassandra-stress: 'scylladb/cassandra-stress:3.17.5'

0 commit comments

Comments
 (0)