We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ee41e commit 2048f4aCopy full SHA for 2048f4a
1 file changed
hammercloud/eval_hc.py
@@ -444,6 +444,9 @@ def evhc_grafana_jobs(startTIS, limitTIS):
444
elif ( rReason.find("ython-initiated action") != -1 ):
445
# job cancelled by HammerCloud itself
446
pass
447
+ elif ( rReason.find("due to proxy expiration") != -1 ):
448
+ # HammerCloud certificate issue
449
+ pass
450
elif ( rReason.find("SYSTEM_PERIODIC_REMOVE") != -1 ):
451
status = "Failed, GlobalPool periodic cleanup"
452
else:
0 commit comments