commit | d6af66e89dbb28b55181e8b18049cca40d0e355d | [log] [tgz] |
---|---|---|
author | Matthew Williams <mjwilliams@google.com> | Wed Oct 07 14:29:30 2015 -0700 |
committer | Matthew Williams <mjwilliams@google.com> | Wed Oct 07 23:03:41 2015 +0000 |
tree | 204fdfd3440a8933035bfb2614b418f6888ee0c3 | |
parent | 9d68833686e04ff5ff910a9d90fe99bc1347aaca [diff] |
Correctly reschedule failed periodic BUG: 24341715 Failed jobs are rescheduled with no override deadline to avoid running a failed job with unsatisfied constraints. A periodic job always has an override deadline and the periodic rescheduling code assumes this. Hence a periodic that failed until eventual success would be rescheduled in a bad state. Change-Id: Id110b3522df2003506a9efdde4e719e1b9932106 (cherry picked from commit 1bde39ad1424008917e1191565f81e0b4617f2fa)