087a435327e3a4695219d9fd0d42d989287b4353 |
|
15-Jan-2016 |
J. Richard Barnette <jrbarnette@chromium.org> |
Account for pool:continuous in `reverify_unknown`. We have a new "continuous" pool that is part of the set of managed pools, the same as "bvt", "cq", and "suites". So, we need to poke idle devices in the pool the same way as for others, to keep the inventory accurate. BUG=None TEST=None Change-Id: Icb3ff3efff5bd03bfaa063e4a87ef104e695691f Reviewed-on: https://chromium-review.googlesource.com/322227 Reviewed-by: Simran Basi <sbasi@chromium.org> Tested-by: Richard Barnette <jrbarnette@chromium.org>
/external/autotest/contrib/reverify_unknown
|
b4034342fda3ecee23ba47549e7ee9f7b2410576 |
|
20-Feb-2015 |
J. Richard Barnette <jrbarnette@chromium.org> |
Fix time limit on reverify_unknown. In reverify_unknown, the time limit for "idle too long" was set at 28 hours. The arthmetic that figured that number was wrong. The 28 hours figure was for "24 hours, plus a 4 hour buffer"; it should have been figured as "24 hours, _less_ a _5_ hour buffer". The result was that DUTs that had been idle for for more than 20 hours and less than 28 hours would sometimes be counted as broken. BUG=chromium:460517 TEST=None Change-Id: I8c4938790024e91e1fba74c141ee9c81ec7476e8 Reviewed-on: https://chromium-review.googlesource.com/251590 Tested-by: Richard Barnette <jrbarnette@chromium.org> Reviewed-by: Fang Deng <fdeng@chromium.org> Commit-Queue: Richard Barnette <jrbarnette@chromium.org>
/external/autotest/contrib/reverify_unknown
|
d24b2fd7be16383236a214ee185ac8d0a9575d20 |
|
13-Jan-2015 |
J. Richard Barnette <jrbarnette@chromium.org> |
Add a script to reverify DUTs with no recent job history. The DUT inventory scripts will mark a DUT as "BAD" if it hasn't run a job recently enough. This change adds a script that can go through and find DUTs that could fall into this category, and schedules a verify job on them, so their status will be known. BUG=chromium:448241 TEST=Run it with debugging echo commands, to observe it working right. Change-Id: I6854ccc2119ba4e9a7a8391ddda79cc3ca2502db Reviewed-on: https://chromium-review.googlesource.com/240311 Reviewed-by: Richard Barnette <jrbarnette@chromium.org> Commit-Queue: Richard Barnette <jrbarnette@chromium.org> Tested-by: Richard Barnette <jrbarnette@chromium.org>
/external/autotest/contrib/reverify_unknown
|