commit | 20559619622f7a0dfb95aba0202ab39351e65207 | [log] [tgz] |
---|---|---|
author | David Haddock <[email protected]> | Thu Jun 29 05:15:08 2017 |
committer | chrome-bot <[email protected]> | Fri Jun 30 23:02:54 2017 |
tree | 1fb4ce3b6f99795a7e7692739ff029269e74cbde | |
parent | f659346ceacb45f81869bb89e0fe4c4b11cec942 [diff] |
[devserver] Allow handling of clobber_stateful variable. chromite/lib/autoupdater.py already has a clobber_stateful variable but the devserver does not pass it to the constructor. We just leave it at the default of True. autoupdate_EndToEndTest needs this to be False in certain conditions so we will pass it in. The if statement here allows this CL to be submitted now without waiting for any other CLs to catch up and will not break provision_AutoUpdate. BUG=chromium:709710 TEST=autoupdate_EndToEnd with this CL Change-Id: Iac5aa7ca1349f282dd4ed1e31128f5dddd5bb30e Reviewed-on: https://chromium-review.googlesource.com/554167 Commit-Ready: David Haddock <[email protected]> Tested-by: David Haddock <[email protected]> Reviewed-by: Xixuan Wu <[email protected]> Reviewed-by: Mike Frysinger <[email protected]>