-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63b10fb
commit 8cf8d4d
Showing
16 changed files
with
549 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
jenkins-pipelines/temp_90_percent/90_percent_drop.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!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", | ||
availability_zone: 'a', | ||
test_name: "performance_regression_test.PerformanceRegressionTest", | ||
test_config: """["test-cases/temp_90_percent/90-percent-perf-i4i-2xlarge-drop.yaml", "configurations/disable_kms.yaml"]""", | ||
sub_tests: ["test_latency_mixed_with_nemesis"], | ||
scylla_version: 'enterprise:latest', | ||
email_recipients: '[email protected]', | ||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
post_behavior_k8s_cluster: 'destroy', | ||
provision_type: 'on_demand', | ||
) |
19 changes: 19 additions & 0 deletions
19
jenkins-pipelines/temp_90_percent/90_percent_experiment.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!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", | ||
availability_zone: 'a', | ||
test_name: "performance_regression_test.PerformanceRegressionTest", | ||
test_config: """["test-cases/temp_90_percent/90-percent-perf-experiment.yaml", "configurations/disable_kms.yaml"]""", | ||
sub_tests: ["test_latency_mixed_with_nemesis"], | ||
scylla_version: 'enterprise:latest', | ||
email_recipients: '[email protected]', | ||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
post_behavior_k8s_cluster: 'destroy', | ||
provision_type: 'on_demand', | ||
) |
19 changes: 19 additions & 0 deletions
19
jenkins-pipelines/temp_90_percent/90_percent_scale_out_larger_instance.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!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", | ||
availability_zone: 'a', | ||
test_name: "performance_regression_test.PerformanceRegressionTest", | ||
test_config: """["test-cases/temp_90_percent/90-percent-perf-i4i-large-grow-i4i-4xlarge.yaml", "configurations/disable_kms.yaml"]""", | ||
sub_tests: ["test_latency_mixed_with_nemesis"], | ||
scylla_version: 'enterprise:latest', | ||
email_recipients: '[email protected]', | ||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
post_behavior_k8s_cluster: 'destroy', | ||
provision_type: 'on_demand', | ||
) |
19 changes: 19 additions & 0 deletions
19
jenkins-pipelines/temp_90_percent/90_percent_scale_out_scale_in_datacenter.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!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", | ||
availability_zone: 'a', | ||
test_name: "performance_regression_test.PerformanceRegressionTest", | ||
test_config: """["test-cases/temp_90_percent/90-percent-perf-i4i-2xlarge-grow-shrink-dc.yaml", "configurations/disable_kms.yaml"]""", | ||
sub_tests: ["test_latency_mixed_with_nemesis"], | ||
scylla_version: 'enterprise:latest', | ||
email_recipients: '[email protected]', | ||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
post_behavior_k8s_cluster: 'destroy', | ||
provision_type: 'on_demand', | ||
) |
19 changes: 19 additions & 0 deletions
19
jenkins-pipelines/temp_90_percent/90_percent_scale_out_scale_in_same_instance.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!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", | ||
availability_zone: 'a', | ||
test_name: "performance_regression_test.PerformanceRegressionTest", | ||
test_config: """["test-cases/temp_90_percent/90-percent-perf-i4i-2xlarge-grow-shrink-i4i-2xlarge.yaml", "configurations/disable_kms.yaml"]""", | ||
sub_tests: ["test_latency_mixed_with_nemesis"], | ||
scylla_version: 'enterprise:latest', | ||
email_recipients: '[email protected]', | ||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
post_behavior_k8s_cluster: 'destroy', | ||
provision_type: 'on_demand', | ||
) |
19 changes: 19 additions & 0 deletions
19
jenkins-pipelines/temp_90_percent/90_percent_scale_out_smaller_instance.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!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", | ||
availability_zone: 'a', | ||
test_name: "performance_regression_test.PerformanceRegressionTest", | ||
test_config: """["test-cases/temp_90_percent/90-percent-perf-i4i-4xlarge-grow-i4i-large.yaml", "configurations/disable_kms.yaml"]""", | ||
sub_tests: ["test_latency_mixed_with_nemesis"], | ||
scylla_version: 'enterprise:latest', | ||
email_recipients: '[email protected]', | ||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
post_behavior_k8s_cluster: 'destroy', | ||
provision_type: 'on_demand', | ||
) |
19 changes: 19 additions & 0 deletions
19
jenkins-pipelines/temp_90_percent/90_percent_truncate.jenkinsfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!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", | ||
availability_zone: 'a', | ||
test_name: "performance_regression_test.PerformanceRegressionTest", | ||
test_config: """["test-cases/temp_90_percent/90-percent-perf-i4i-2xlarge-truncate.yaml", "configurations/disable_kms.yaml"]""", | ||
sub_tests: ["test_latency_mixed_with_nemesis"], | ||
scylla_version: 'enterprise:latest', | ||
email_recipients: '[email protected]', | ||
post_behavior_db_nodes: 'destroy', | ||
post_behavior_loader_nodes: 'destroy', | ||
post_behavior_monitor_nodes: 'destroy', | ||
post_behavior_k8s_cluster: 'destroy', | ||
provision_type: 'on_demand', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
90% Utilization |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
test-cases/temp_90_percent/90-percent-perf-experiment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
test_duration: 1080 | ||
prepare_write_cmd: [ | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=1..312500000", | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=312500001..625000000", | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=625000001..937500000", | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=937500001..1250000000", | ||
] | ||
|
||
stress_cmd_m: "cassandra-stress mixed no-warmup cl=QUORUM duration=800m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate 'threads=300 fixed=16875/s' -col 'size=FIXED(128) n=FIXED(8)' -pop 'dist=gauss(1..650000000,325000000,6500000)' " | ||
|
||
|
||
n_db_nodes: 3 | ||
nemesis_add_node_cnt: 2 | ||
n_loaders: 4 | ||
n_monitor_nodes: 1 | ||
nemesis_grow_shrink_instance_type: 'i4i.2xlarge' | ||
|
||
instance_type_loader: 'c6i.2xlarge' | ||
instance_type_monitor: 't3.large' | ||
instance_type_db: 'i4i.2xlarge' | ||
|
||
nemesis_class_name: 'DropMonkey' | ||
nemesis_interval: 30 | ||
nemesis_sequence_sleep_between_ops: 10 | ||
|
||
user_prefix: 'elasticity-test' | ||
space_node_threshold: 644245094 | ||
ami_id_db_scylla_desc: 'VERSION_DESC' | ||
|
||
round_robin: true | ||
append_scylla_args: '--blocked-reactor-notify-ms 5 --abort-on-lsa-bad-alloc 1 --abort-on-seastar-bad-alloc --abort-on-internal-error 1 --abort-on-ebadf 1' | ||
backtrace_decoding: false | ||
print_kernel_callstack: true | ||
|
||
store_perf_results: true | ||
# email_recipients: ["[email protected]"] | ||
# use_prepared_loaders: true | ||
use_hdr_cs_histogram: true | ||
email_subject_postfix: 'elasticity test' | ||
nemesis_double_load_during_grow_shrink_duration: 0 | ||
parallel_node_operations: false | ||
|
||
stress_image: | ||
cassandra-stress: 'scylladb/cassandra-stress:3.17.0' |
47 changes: 47 additions & 0 deletions
47
test-cases/temp_90_percent/90-percent-perf-i4i-2xlarge-drop.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
test_duration: 1080 | ||
prepare_write_cmd: [ | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=1..312500000", | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=312500001..625000000", | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=625000001..937500000", | ||
"cassandra-stress write no-warmup cl=ALL n=312500000 -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate threads=200 -col 'size=FIXED(128) n=FIXED(8)' -pop seq=937500001..1250000000", | ||
] | ||
|
||
stress_cmd_m: "cassandra-stress mixed no-warmup cl=QUORUM duration=800m -schema 'replication(strategy=NetworkTopologyStrategy,replication_factor=3)' -mode cql3 native -rate 'threads=300 fixed=16875/s' -col 'size=FIXED(128) n=FIXED(8)' -pop 'dist=gauss(1..650000000,325000000,6500000)' " | ||
|
||
|
||
|
||
n_db_nodes: 3 | ||
n_loaders: 4 | ||
n_monitor_nodes: 1 | ||
|
||
instance_type_loader: 'c6i.2xlarge' | ||
instance_type_monitor: 't3.large' | ||
instance_type_db: 'i4i.2xlarge' | ||
|
||
nemesis_class_name: 'SteadyMonkey: DropMonkey:1' | ||
nemesis_interval: 30 | ||
nemesis_sequence_sleep_between_ops: 60 | ||
|
||
user_prefix: 'elasticity-test' | ||
space_node_threshold: 644245094 | ||
ami_id_db_scylla_desc: 'VERSION_DESC' | ||
|
||
round_robin: true | ||
append_scylla_args: '--blocked-reactor-notify-ms 5 --abort-on-lsa-bad-alloc 1 --abort-on-seastar-bad-alloc --abort-on-internal-error 1 --abort-on-ebadf 1' | ||
backtrace_decoding: false | ||
print_kernel_callstack: true | ||
|
||
store_perf_results: true | ||
# email_recipients: ["[email protected]"] | ||
# use_prepared_loaders: true | ||
use_hdr_cs_histogram: true | ||
email_subject_postfix: 'elasticity test' | ||
nemesis_double_load_during_grow_shrink_duration: 0 | ||
parallel_node_operations: false | ||
|
||
append_scylla_yaml: | ||
enable_tablets: true | ||
auto_snapshot: false | ||
|
||
stress_image: | ||
cassandra-stress: 'scylladb/cassandra-stress:3.17.0' |
Oops, something went wrong.