Skip to content
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

Do not skip wheels uploads #88

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

AyodeAwe
Copy link
Contributor

Nightly wheels uploads to https://anaconda.org/rapidsai-wheels-nightly/repo should not be skipped even if the distribution name already exists.

Rationale:

Packages older than a configured number of days are deleted from this index. So, in some cases where uploads have been skipped over a number of days, we find that the only packages present for a particular library (e.g cuspatial) have upload_dates that become outdated due to the fact that nightly uploads are consistently skipped. In scenarios such as this, such packages become candidates for complete deletion.

Now the cleanup script for this index has been modified to keep a minimum number of packages regardless of whether they've become outdated or not, but it is probably still useful to make sure that nightly packages have upload_dates that are reflective of our nightly runs.

@AyodeAwe AyodeAwe merged commit 171f247 into rapidsai:main Nov 28, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant