Skip to content

executor/Sergeant Hartman: add support for boot loop counts < 1

Martin Roukala requested to merge srgt_hrtm_better_loop_count_support into master

Currently, Sergeant Hartman does not behave well if we set boot loop counts smaller than 1. Let's fix that, and tweak the behaviour to better-map to what the user may actually intend.

  • 0: Perform registration, but no bootloops. Quick check still active.
  • -1: Do not perform registration or bootloops. No quick checks.

Merge request reports