diff options
author | borenet <borenet@chromium.org> | 2016-10-13 10:31:08 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-13 10:31:08 -0700 |
commit | 2754b4ea271bd6bbdd7e26eae6b74a7bd40a7be5 (patch) | |
tree | 3211763fce348857ebe0bec4470aa9ef33c57a5a /infra/bots/recipe_modules | |
parent | 55bc873e73cf0a7e0d65c5e1396e1bacb428eb77 (diff) |
Stop rebooting Android devices during Swarming tasks
Swarming will reboot the devices after each task.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2402403002
Review-Url: https://codereview.chromium.org/2402403002
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r-- | infra/bots/recipe_modules/flavor/gn_android_flavor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/flavor/gn_android_flavor.py b/infra/bots/recipe_modules/flavor/gn_android_flavor.py index d9a812138e..6e78ab8cdd 100644 --- a/infra/bots/recipe_modules/flavor/gn_android_flavor.py +++ b/infra/bots/recipe_modules/flavor/gn_android_flavor.py @@ -98,7 +98,6 @@ class GNAndroidFlavorUtils(default_flavor.DefaultFlavorUtils): """, args=[self.m.vars.skia_out.join(self.m.vars.configuration)], infra_step=True) - self._adb('reboot', 'reboot') self._adb('kill adb server', 'kill-server') def step(self, name, cmd, env=None, **kwargs): |