| 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')
|
|
|