Skip to content

Commit

Permalink
fix when the job fails and doesn't kick the node (#3186)
Browse files Browse the repository at this point in the history
* fix when the job fails and doesn't kick the node

* reformat
  • Loading branch information
cassieesvelt committed May 13, 2024
1 parent ec99008 commit 93bb9a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def parse_output(output_file):
output, error = process.communicate()
print(output)
print(error)
if full_errors:
raise Exception(
"Failures were found while running the node health checks. Please see the std_log_process.txt files under the 'outputs and logs' tab of the job for more information."
+ full_errors
Expand Down

0 comments on commit 93bb9a8

Please sign in to comment.