fix when the job fails and doesn't kick the node (#3186)

* fix when the job fails and doesn't kick the node

* reformat
This commit is contained in:
cassieesvelt 2024-05-13 13:28:16 -07:00 коммит произвёл GitHub
Родитель ec99008885
Коммит 93bb9a8d8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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