Skip to content

Commit 6b8216d

Browse files
committed
fix(pipelines): replace aws_region with region
'region' is the correct name for that parameter, not 'aws_region'.
1 parent 9745dab commit 6b8216d

18 files changed

+18
-20
lines changed

jenkins-pipelines/drivers/java-driver/perf-regression-predefined-throughput-steps-vnodes.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55

66
perfRegressionParallelPipeline(
77
backend: "aws",
8-
aws_region: "us-east-1",
8+
region: "us-east-1",
99
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionPredefinedStepsTest",
1010
test_config: '''["test-cases/performance/perf-regression-predefined-throughput-steps.yaml", "configurations/performance/cassandra_stress_gradual_load_reduced_steps_number.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_read_gradual_increase_load", "test_mixed_gradual_increase_load", "test_write_gradual_increase_load"],

jenkins-pipelines/drivers/rust/perf-regression-predefined-throughput-steps-vnodes.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55

66
perfRegressionParallelPipeline(
77
backend: "aws",
8-
aws_region: "us-east-1",
8+
region: "us-east-1",
99
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionPredefinedStepsTest",
1010
test_config: '''["test-cases/performance/perf-regression-predefined-throughput-steps.yaml","configurations/performance/cql_stress_gradual_load_reduced_steps_number.yaml", "configurations/performance/rust-predefined-throughput-steps-cql-stress.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_read_gradual_increase_load", "test_mixed_gradual_increase_load", "test_write_gradual_increase_load"],

jenkins-pipelines/operator/scale/operator-scale-many-clients-4h.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55

66
longevityPipeline(
77
backend: 'k8s-eks',
8-
aws_region: 'eu-north-1',
8+
region: 'eu-north-1',
99
test_name: 'longevity_test.LongevityTest.test_custom_time',
1010
test_config: 'test-cases/scylla-operator/longevity-scylla-operator-many-clients-4h.yaml',
1111
availability_zone: 'a,b',

jenkins-pipelines/oss/features/FIPS/longevity-100gb-4h-fips.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55
// This scenario can only be triggered with a scylla repo, not an ami
66
longevityPipeline(
77
backend: 'aws',
8-
aws_region: 'eu-west-1',
8+
region: 'eu-west-1',
99
test_name: 'longevity_test.LongevityTest.test_custom_time',
1010
test_config: '''["test-cases/longevity/longevity-100gb-4h.yaml", "configurations/longevity-fips-and-encryptions.yaml", "configurations/local-ear.yaml"]'''
1111
)

jenkins-pipelines/oss/scale/scale-many-clients-4h.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55

66
longevityPipeline(
77
backend: 'aws',
8-
aws_region: 'eu-west-1',
8+
region: 'eu-west-1',
99
test_name: 'longevity_test.LongevityTest.test_custom_time',
1010
test_config: 'test-cases/scale/longevity-many-clients-4h.yaml'
1111
)

jenkins-pipelines/oss/vnodes/enterprise_features/longevity-100gb-4h-fips-vnodes.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55
// This scenario can only be triggered with a scylla repo, not an ami
66
longevityPipeline(
77
backend: 'aws',
8-
aws_region: 'eu-west-1',
8+
region: 'eu-west-1',
99
test_name: 'longevity_test.LongevityTest.test_custom_time',
1010
test_config: '''["test-cases/longevity/longevity-100gb-4h.yaml", "configurations/longevity-fips-and-encryptions.yaml", "configurations/local-ear.yaml", "configurations/tablets_disabled.yaml"]'''
1111
)

jenkins-pipelines/performance/branch-perf-v17/scylla-enterprise/perf-regression/scylla-enterprise-perf-manager-native-backup-nemesis.jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
66

77
perfRegressionParallelPipeline(
88
backend: "aws",
9-
aws_region: "us-east-1",
9+
region: "us-east-1",
1010
test_name: "performance_regression_manager_backup_test.PerformanceRegressionManagerBackupTest.test_manager_backup",
1111
test_config: """["test-cases/performance/perf-regression-latency-backup-nemesis.yaml", "configurations/kms-ear.yaml", "configurations/performance/latency-decorator-error-thresholds-nemesis-ent-tablets.yaml", "configurations/manager/manager_native_backup_nemesis.yaml", "configurations/manager/2TB_backup_dataset.yaml"]""",
12-
sub_tests: [],
1312
)

jenkins-pipelines/performance/branch-perf-v17/scylla-enterprise/perf-regression/scylla-enterprise-perf-manager-rclone-backup-nemesis.jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
66

77
perfRegressionParallelPipeline(
88
backend: "aws",
9-
aws_region: "us-east-1",
9+
region: "us-east-1",
1010
test_name: "performance_regression_manager_backup_test.PerformanceRegressionManagerBackupTest.test_manager_backup",
1111
test_config: """["test-cases/performance/perf-regression-latency-backup-nemesis.yaml", "configurations/kms-ear.yaml", "configurations/performance/latency-decorator-error-thresholds-nemesis-ent-tablets.yaml", "configurations/manager/manager_rclone_backup_nemesis.yaml", "configurations/manager/2TB_backup_dataset.yaml"]""",
12-
sub_tests: [],
1312
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55

66
perfRegressionParallelPipeline(
77
backend: "aws",
8-
aws_region: "us-east-1",
8+
region: "us-east-1",
99
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionPredefinedStepsTest",
1010
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_read_gradual_increase_load", "test_mixed_gradual_increase_load"],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def lib = library identifier: 'sct@snapshot', retriever: legacySCM(scm)
55

66
perfRegressionParallelPipeline(
77
backend: "aws",
8-
aws_region: "us-east-1",
8+
region: "us-east-1",
99
test_name: "performance_regression_gradual_grow_throughput.PerformanceRegressionPredefinedStepsTest",
1010
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_read_gradual_increase_load", "test_mixed_gradual_increase_load"],

0 commit comments

Comments
 (0)