Update Litmus version in config_performance.yaml

v1.10 uses a different case for `Experimentstatus` than v1.13 and thus will always fail.
This commit is contained in:
Steven Barre
2022-03-21 09:06:39 -04:00
committed by Naga Ravi Chaitanya Elluri
parent 4f7616a150
commit 3691bba5af
+1 -1
View File
@@ -5,7 +5,7 @@ kraken:
port: 8081
publish_kraken_status: True # Can be accessed at http://0.0.0.0:8081
signal_state: RUN # Will wait for the RUN signal when set to PAUSE before running the scenarios, refer docs/signal.md for more details
litmus_version: v1.10.0 # Litmus version to install
litmus_version: v1.13.6 # Litmus version to install
litmus_uninstall: False # If you want to uninstall litmus if failure
chaos_scenarios: # List of policies/chaos scenarios to load
- pod_scenarios: # List of chaos pod scenarios to load