Skip to content

Commit 2048f4a

Browse files
author
Stephan Lammel
committed
filter out certificate/proxy expiration
1 parent 37ee41e commit 2048f4a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hammercloud/eval_hc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ def evhc_grafana_jobs(startTIS, limitTIS):
444444
elif ( rReason.find("ython-initiated action") != -1 ):
445445
# job cancelled by HammerCloud itself
446446
pass
447+
elif ( rReason.find("due to proxy expiration") != -1 ):
448+
# HammerCloud certificate issue
449+
pass
447450
elif ( rReason.find("SYSTEM_PERIODIC_REMOVE") != -1 ):
448451
status = "Failed, GlobalPool periodic cleanup"
449452
else:

0 commit comments

Comments
 (0)