Currently, we are testing the downloadability of images, datasets, models, ... within the regular test suite for every PR. This is not only slow, but also unnecessary, since it might generate a lot of traffics on days with a lot of commits. On the other hand, if no commit is performed within a longer interval, breaking downloads might not be detected at all.
To overcome this I propose we run the download tests on a fixed schedule.
Currently, we are testing the downloadability of images, datasets, models, ... within the regular test suite for every PR. This is not only slow, but also unnecessary, since it might generate a lot of traffics on days with a lot of commits. On the other hand, if no commit is performed within a longer interval, breaking downloads might not be detected at all.
To overcome this I propose we run the download tests on a fixed schedule.