Commit 0e42eb87 authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

Don't update [min|max]_exit_code on job array task requeue.

Only do so once the task actually finishes. Otherwise, a requeued task
could set an incorrect max_exit_code even if completed with exit code 0
after re-running again, leading to problems with i.e. other jobs with an
afterok type of dependency on such array relying on the incorrectly set
max_exit_code.

Bug 7552.
parent e57b297e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment