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

Unified Diff: infra/bots/compile_skia.isolate

Issue 1759553003: Swarming bots: setup for skipping download of build products (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix compile_skia out dir 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 | « infra/bots/common.py ('k') | infra/bots/infrabots.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/compile_skia.isolate
diff --git a/infra/bots/compile_skia.isolate b/infra/bots/compile_skia.isolate
index 5866f4c797595f4f671fc6a2553a1131173aeb8b..529ca151b9ae503d2faf1181cb0dd007340f2fff 100644
--- a/infra/bots/compile_skia.isolate
+++ b/infra/bots/compile_skia.isolate
@@ -4,7 +4,7 @@
],
'variables': {
'command': [
- 'python', 'compile_skia.py', '--builder_name', '<(BUILDER_NAME)', '--swarm_out_dir', '${ISOLATED_OUTDIR}/out',
+ 'python', 'compile_skia.py', '--builder_name', '<(BUILDER_NAME)', '--swarm_out_dir', '${ISOLATED_OUTDIR}',
],
},
}
« no previous file with comments | « infra/bots/common.py ('k') | infra/bots/infrabots.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698