Skip to content

Commit 7a83d30

Browse files
committed
Update release test
Signed-off-by: Balaji Veeramani <[email protected]>
1 parent bd55ea5 commit 7a83d30

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

release/release_data_tests.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,9 @@
499499
- __suffix__: regular
500500
- __suffix__: chaos
501501
run:
502-
prepare: python setup_chaos.py --chaos TerminateEC2Instance --batch-size-to-kill 10 --max-to-kill 100 --kill-delay 120
502+
prepare: >
503+
python setup_chaos.py --chaos TerminateEC2InstanceWithGracePeriod
504+
--batch-size-to-kill 10 --max-to-kill 100 --kill-delay 120
503505
504506
- name: batch_inference_mock_image_pipeline_fixed
505507
frequency: manual
@@ -517,7 +519,9 @@
517519
- __suffix__: regular
518520
- __suffix__: chaos
519521
run:
520-
prepare: python setup_chaos.py --chaos TerminateEC2Instance --batch-size-to-kill 10 --max-to-kill 100 --kill-delay 120
522+
prepare: >
523+
python setup_chaos.py --chaos TerminateEC2InstanceWithGracePeriod
524+
--batch-size-to-kill 10 --max-to-kill 100 --kill-delay 120
521525
522526
##############
523527
# TPCH Queries

0 commit comments

Comments
 (0)