| commit | ffb6d804bfeb671a793f781d17cd305499e83eef | [log] [tgz] |
|---|---|---|
| author | Amin Hassani <[email protected]> | Fri Mar 30 18:43:57 2018 |
| committer | chrome-bot <[email protected]> | Tue Apr 03 23:12:46 2018 |
| tree | 244b1b0a75ea83bc48d2acd87d2297b5ec20c235 | |
| parent | baacb98b3031ebcbd81a788bf5bf054c69353320 [diff] |
update_engine: Do not ignore backoff on test/dev images Currently we need to automatically try to test backoff scenarios, but the backoff is disabled by default on test/dev images. This patch adds a check for a new preference 'no-ignore-backoff' if the image was a non-official build. If the preference does not exist, the default behavior is achieved, otherwise the backoff is not being ignored. BUG=chromium:825065 TEST=unittest Change-Id: I2fca7e343479274fc9125407d27a4ae84d543641 Reviewed-on: https://chromium-review.googlesource.com/988296 Commit-Ready: Amin Hassani <[email protected]> Tested-by: Amin Hassani <[email protected]> Reviewed-by: David Haddock <[email protected]> Reviewed-by: Sen Jiang <[email protected]>