Skip to content

Fix ice conclusion. It was erroneously declaring a check list as failed when...

Simon Morlat requested to merge fix/ice into master

Fix ice conclusion. It was erroneously declaring a check list as failed when the following conditions were met:

  • we are in controlled mode
  • nothing is nominated (yet)
  • all the pairs in the checklist are succeceeded.

That's what happens when the controlled side finishes the check list before the controller, but there is no problem with that. Just let the controller finish and nominate.

Merge request reports