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

Unified Diff: infra/bots/recipe_modules/flavor/gn_android_flavor.py

Issue 2337793003: I missed an infra_step, pushing directories. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/flavor/gn_android_flavor.py
diff --git a/infra/bots/recipe_modules/flavor/gn_android_flavor.py b/infra/bots/recipe_modules/flavor/gn_android_flavor.py
index 84e98d185fcf56b96788b9c243bc8e282d172470..85ab3732d54d7901c46f1208a14b0dcefd148355 100644
--- a/infra/bots/recipe_modules/flavor/gn_android_flavor.py
+++ b/infra/bots/recipe_modules/flavor/gn_android_flavor.py
@@ -118,7 +118,7 @@ class GNAndroidFlavorUtils(default_flavor.DefaultFlavorUtils):
subprocess.check_call(['adb', 'push',
os.path.realpath(os.path.join(host, p, f)),
os.path.join(device, p, f)])
- """, args=[host, device], cwd=self.m.vars.skia_dir)
+ """, args=[host, device], cwd=self.m.vars.skia_dir, infra_step=True)
def copy_directory_contents_to_host(self, device, host):
self._adb('pull %s %s' % (device, host), 'pull', device, host)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698