CellProfiler / cellprofiler.github.com-backup

OLD cp website repo. Current repo is here: https://github.com/CellProfiler/cellprofiler.github.com. We are currently in the process of transferring any remaining and relevant issues to the current Github repo so that this repo can then be deleted.
Other
3 stars 2 forks source link

Images needed for unit testing not present #7

Open LeeKamentsky opened 8 years ago

LeeKamentsky commented 8 years ago

I haven't checked this for sure, but the old images from testimages in the SVN repo might not be getting served and the Travis unit tests are failing because of them. I need the actual images instead of synthetically-generated ones because the unit tests address specific issues with specific file formats, some of them proprietary.

LeeKamentsky commented 8 years ago

The images that are supposed to be available can be found on disk at /imaging/web/cellprofiler.org/outside_version_control/svnmirror/TestImages

Their URL should be http://cellprofiler.org/svnmirror/TestImages/

They are very large, so they should be served via S3 buckets.

dlogan commented 8 years ago

These images are in s3. However they are served at http://d1zymp9ayga15t.cloudfront.net/TestImages/ rather than http://cellprofiler.org/svnmirror/TestImages/

So I think either (A) change the references in the code to the new cloudfront root, or (B) we need to figure out a way to have a redirect_to (@0x00B1 ?)

bledford87 commented 4 years ago

@0x00b1 Did anything ever happen with this?