Skip to content

scripts/stuck_systems: ignore nodes when offlineCause is not set

clayton craft requested to merge (removed):update into master

It seems that Jenkins API can sometimes return node data without setting offlineCause (i.e. when node is online), but this doesn't happen in every case so it was missed earlier. This moves on when offlineCause is not in the node dict.

Merge request reports