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

Unified Diff: scripts/slave/recipes/skia/swarm_trigger.py

Issue 2179813002: [Skia] Yet another speculative fix for remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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: scripts/slave/recipes/skia/swarm_trigger.py
diff --git a/scripts/slave/recipes/skia/swarm_trigger.py b/scripts/slave/recipes/skia/swarm_trigger.py
index 8db1d07940bafdb45c1133b36ab5e6279230b32e..38da5ba6f098a748a5c02a21468cdc50405d01fb 100644
--- a/scripts/slave/recipes/skia/swarm_trigger.py
+++ b/scripts/slave/recipes/skia/swarm_trigger.py
@@ -604,7 +604,7 @@ def RunSteps(api):
root_path = api.path.c.base_paths['root']
api.path.c.base_paths['depot_tools'] = root_path + ('depot_tools',)
if 'RemoteRun' in api.properties['buildername']:
- api.path.c.base_paths['build'] = root_path + ('checkout',)
+ api.path.c.base_paths['build'] = root_path[:-1] + ('rw', 'checkout')
else:
api.path.c.base_paths['build'] = root_path + ('build',)
« 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