We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dcdbc commit 79d27a9Copy full SHA for 79d27a9
utilities/infra.py
@@ -877,6 +877,7 @@ def verify_cluster_sanity(
877
878
except (ResourceNotReadyError, NodeUnschedulableError, NodeNotReadyError) as ex:
879
error_msg = f"Cluster sanity check failed: {str(ex)}"
880
+ # return_code set to 99 to not collide with https://docs.pytest.org/en/stable/reference/exit-codes.html
881
return_code = 99
882
883
LOGGER.error(error_msg)
0 commit comments