Currently !test repro command only outputs "Error" or "Success", depending on whether the PR produced identical checksums or not. However, there is an additional case - where the model fails to run/aborts, and that falls into the "Error" category, but should really be flagged differently. I am proposing/requesting that there be two modes of "fail":
- When the model fails to run, ie the job exitcode is non-zero -> this should be treated as "Error" and marked accordingly
- When the model runs successfully, but the checksum does not match -> this should be treated as "Checksum Failed"
A tiny bit more context is around here
Currently
!test reprocommand only outputs "Error" or "Success", depending on whether the PR produced identical checksums or not. However, there is an additional case - where the model fails to run/aborts, and that falls into the "Error" category, but should really be flagged differently. I am proposing/requesting that there be two modes of "fail":A tiny bit more context is around here