Skip to content

Commit 58cf3ed

Browse files
committed
chore(nemesis-generator): update the generated files
there were few mistakes, and few change that went into the template and wasn't updated, and vise-verse. this commit added a comment into the template with clear instruction where to update it
1 parent 76a601e commit 58cf3ed

4 files changed

+11
-3
lines changed

configurations/nemesis/longevity-5gb-1h-nemesis.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# this is generated please do not any changes this file manually
2+
# do the changes in `template-longevity-5gb-1h-base.yaml.j2`
13
test_duration: 90
24

35
prepare_write_cmd:
@@ -19,7 +21,7 @@ instance_type_db: 'i4i.large'
1921
gce_instance_type_db: 'n2-highmem-2'
2022
gce_instance_type_loader: 'e2-standard-2'
2123
azure_instance_type_db: 'Standard_L8s_v3'
22-
instance_type_loader: 'c5.large'
24+
instance_type_loader: 'c6i.large'
2325
azure_instance_type_loader: 'Standard_F2s_v2'
2426

2527
nemesis_interval: 3

jenkins-pipelines/oss/nemesis/longevity-5gb-1h-IsolateNodeWithIptableRuleNemesis-docker.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ longevityPipeline(
77
backend: 'docker',
88
region: 'eu-west-1',
99
test_name: 'longevity_test.LongevityTest.test_custom_time',
10-
test_config: """['configurations/nemesis/longevity-5gb-1h-nemesis.yaml', 'configurations/nemesis/IsolateNodeWithIptableRuleNemesis.yaml', 'configurations/nemesis/additional_configs/docker_backend_local.yaml']"""
10+
test_config: """['configurations/nemesis/longevity-5gb-1h-nemesis.yaml', 'configurations/nemesis/IsolateNodeWithIptableRuleNemesis.yaml', 'configurations/nemesis/additional_configs/docker_backend.yaml']"""
1111

1212
)

jenkins-pipelines/oss/nemesis/longevity-5gb-1h-IsolateNodeWithProcessSignalNemesis-docker.jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ longevityPipeline(
77
backend: 'docker',
88
region: 'eu-west-1',
99
test_name: 'longevity_test.LongevityTest.test_custom_time',
10-
test_config: """['configurations/nemesis/longevity-5gb-1h-nemesis.yaml', 'configurations/nemesis/IsolateNodeWithProcessSignalNemesis.yaml', 'configurations/nemesis/additional_configs/docker_backend_local.yaml']"""
10+
test_config: """['configurations/nemesis/longevity-5gb-1h-nemesis.yaml', 'configurations/nemesis/IsolateNodeWithProcessSignalNemesis.yaml', 'configurations/nemesis/additional_configs/docker_backend.yaml']"""
1111

1212
)

templates/test_config/template-longevity-5gb-1h-base.yaml.j2

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# this is generated please do not any changes this file manually
2+
# do the changes in `template-longevity-5gb-1h-base.yaml.j2`
13
test_duration: 90
24

35
prepare_write_cmd:
@@ -29,3 +31,7 @@ gce_n_local_ssd_disk_db: 1
2931

3032
server_encrypt: true
3133
client_encrypt: true
34+
35+
teardown_validators:
36+
scrub:
37+
enabled: true

0 commit comments

Comments
 (0)