mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
fix: run all node scenarios instead of exiting after the first
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 8m45s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 8m45s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped
Signed-off-by: 10sharmashivam <10sharmashivam@gmail.com>
This commit is contained in:
committed by
Naga Ravi Chaitanya Elluri
parent
4c9cd5bced
commit
27f0845182
@@ -58,8 +58,7 @@ class NodeActionsScenarioPlugin(AbstractScenarioPlugin):
|
||||
except (RuntimeError, Exception) as e:
|
||||
logging.error("Node Actions exiting due to Exception %s" % e)
|
||||
return 1
|
||||
else:
|
||||
return 0
|
||||
return 0
|
||||
|
||||
def get_node_scenario_object(self, node_scenario, kubecli: KrknKubernetes):
|
||||
affected_nodes_status = AffectedNodeStatus()
|
||||
|
||||
Reference in New Issue
Block a user