Skip to content

Commit 79d27a9

Browse files
committed
fix: address comment
1 parent e4dcdbc commit 79d27a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utilities/infra.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ def verify_cluster_sanity(
877877

878878
except (ResourceNotReadyError, NodeUnschedulableError, NodeNotReadyError) as ex:
879879
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
880881
return_code = 99
881882

882883
LOGGER.error(error_msg)

0 commit comments

Comments
 (0)