-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build the nightlies a little earlier #339
Comments
I can move it back to UTC 11 or 12. |
|
It seems true like the windows build of nightly torchvision https://anaconda.org/pytorch-nightly/torchvision/files. I will change it to UTC 11 |
Fixed by #338 |
For the problem I mentioned, by enabling nightly wheel and nightly conda release at different times, might resolve this issue. Add it to the tracker for Releng improvement. |
torchdata
builds the nightlies at 15:00 UTC+0data/.github/workflows/nightly_release.yml
Line 6 in 198cffe
and publishes them roughly 30 minutes later. The
torchvision
nightlies are build at 11:00 UTC+0 and also published roughly 30 minutes later.This creates a 4 hour window where the
torchvision
tests that pull intorchdata
run on outdated nightlies. For example see this CI run:In the step "Install PyTorch from the nightly releases" we have
Two steps later in "Install torchdata from nightly releases" we have
Was the release schedule deliberately chosen this way? If not can we maybe move it to four hours earlier?
The text was updated successfully, but these errors were encountered: