Skip to content

Commit

Permalink
Skip running post action for power-outages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaenr committed Dec 14, 2023
1 parent 2679334 commit e93d318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-outages/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export CLOUD_TYPE=${CLOUD_TYPE:="aws"}
export TIMEOUT=${TIMEOUT:=180}
export SCENARIO_TYPE=${SCENARIO_TYPE:=cluster_shut_down_scenarios}
export SCENARIO_FILE=${SCENARIO_FILE:=- scenarios/cluster_shut_down_scenario.yml}
export SCENARIO_POST_ACTION=${SCENARIO_POST_ACTION:=- scenarios/post_action.py}
export SCENARIO_POST_ACTION=${SCENARIO_POST_ACTION:=""}

0 comments on commit e93d318

Please sign in to comment.