Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: client/common_lib/cros/autoupdater.py

Issue 6480053: Revert stateful_change=clean and timeout=120. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | server/hosts/chromiumos_host.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/common_lib/cros/autoupdater.py
diff --git a/client/common_lib/cros/autoupdater.py b/client/common_lib/cros/autoupdater.py
index 0d0a5a6ac295f3258e0bd2cdd07c6bc8554428dc..244cbbdd117d6f9ec88c76f4f07641c2a52be77c 100644
--- a/client/common_lib/cros/autoupdater.py
+++ b/client/common_lib/cros/autoupdater.py
@@ -117,11 +117,7 @@ class ChromiumOSUpdater():
# is testable after we run the autoupdater.
statefuldev_url = self.update_url.replace('update', 'static/archive')
- # --stateful_change=clean tells the updater to reset the stateful
- # partition to factory state; giving us a clean slate for testing.
- statefuldev_cmd = ' '.join([STATEFULDEV_UPDATER,
- '--stateful_change=clean',
- statefuldev_url,
+ statefuldev_cmd = ' '.join([STATEFULDEV_UPDATER, statefuldev_url,
'2>&1'])
logging.info(statefuldev_cmd)
try:
« no previous file with comments | « no previous file | server/hosts/chromiumos_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698