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

Unified Diff: infra/bots/common.py

Issue 1749873002: Swarming Bots: fix resource path (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/common.py
diff --git a/infra/bots/common.py b/infra/bots/common.py
index f3b0f70ffdbdd407e7ac33104f64c882f1c1bd1d..b38777767c68250a063798e1b2ba07c0813440ef 100644
--- a/infra/bots/common.py
+++ b/infra/bots/common.py
@@ -171,7 +171,7 @@ class BotInfo(object):
self.upload_perf_results = self.spec['upload_perf_results']
self.perf_data_dir = os.path.join(self.swarm_out_dir, 'perfdata',
self.name, 'data')
- self.resource_dir = os.path.join(self.build_dir, 'resources')
+ self.resource_dir = os.path.join(self.skia_dir, 'resources')
self.images_dir = os.path.join(self.build_dir, 'images')
self.local_skp_dir = os.path.join(self.build_dir, 'playback', 'skps')
self.dm_flags = self.spec['dm_flags']
« 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