dandi / dandi-archive

DANDI API server and Web app
https://dandiarchive.org
13 stars 10 forks source link

Fix up CI: CI for backend #1685

Closed yarikoptic closed 8 months ago

yarikoptic commented 1 year ago

In https://github.com/dandi/dandi-archive/pull/1679 I spotted that "CI for backend" is all red and apparently it was so for weeks without anyone addressing that:

image

CodyCBakerPhD commented 1 year ago

If it's helpful at all - I've been using an email notification as a part of the NWB Inspector health monitor (daily checks), it's proven very useful and can be modified to notify any number of people when the CI fails

https://github.com/NeurodataWithoutBorders/nwbinspector/blob/dev/.github/workflows/dailies.yml#L16-L30

yarikoptic commented 1 year ago

I am also getting similar notifications for a number of projects. FWIW -- historical logs are collected by https://github.com/con/tinuous and archived on drogon at /mnt/backup/dandi/tinuous-logs/dandi-archive/ for this repo happen you want to compare to older logs etc

yarikoptic commented 1 year ago

@mvandenburgh any progress on this? any new PR is hindered with redness.

mvandenburgh commented 1 year ago

It's a breaking change in django-storages (relevant issue: https://github.com/jschneier/django-storages/issues/1308). I opened a PR to pin this dependency to the last working version, which will unblock CI while I work on getting the latest version to work.

waxlamp commented 8 months ago

This has been fixed.