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

Unified Diff: scripts/master/factory/syzygy_commands.py

Issue 7670026: Fix continuous and official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 9 years, 4 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
Index: scripts/master/factory/syzygy_commands.py
===================================================================
--- scripts/master/factory/syzygy_commands.py (revision 97134)
+++ scripts/master/factory/syzygy_commands.py (working copy)
@@ -101,7 +101,7 @@
# Store the coverage results by the checkout revision.
src_archive = self.PathJoin(self._build_dir, self._target, 'benchmark.zip')
dst_gs_url = WithProperties(
- 'gs://syzygy-archive/builds/official/%(got_revision)s')
+ 'gs://syzygy-archive/builds/official/%(got_revision)s/benchmark.zip')
url = WithProperties(
'http://syzygy-archive.commondatastorage.googleapis.com/builds/'
'official/%(got_revision)s/benchmark.zip')

Powered by Google App Engine
This is Rietveld 408576698