Skip to content

Commit

Permalink
test(performance): add latency with nemesis and disable RBNO
Browse files Browse the repository at this point in the history
Add 'scylla-enterprise-perf-regression-latency-650gb-with-nemesis' test with RBNO
disabled
  • Loading branch information
juliayakovlev committed Dec 1, 2024
1 parent a8fb34a commit 165bf6d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!groovy

// trick from https://github.com/jenkinsci/workflow-cps-global-lib-plugin/pull/43
def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)

perfRegressionParallelPipeline(
backend: "aws",
test_name: "performance_regression_test.PerformanceRegressionTest",
test_config: """["test-cases/performance/perf-regression-latency-650gb-with-nemesis.yaml", "configurations/tablets_disabled.yaml", "configurations/disable_kms.yaml","configurations/disable_rbno.yaml"]""",
sub_tests: ["test_latency_write_with_nemesis", "test_latency_read_with_nemesis", "test_latency_mixed_with_nemesis"],
)

0 comments on commit 165bf6d

Please sign in to comment.