Skip to content

Turn off uploads of nightly conda packages #275

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

Open
wants to merge 1 commit into
base: branch-25.06
Choose a base branch
from

Conversation

wence-
Copy link
Contributor

@wence- wence- commented May 13, 2025

They rely on ABI stability of pylibcudf's cython bindings, which doesn't exist.

They rely on ABI stability of pylibcudf's cython bindings, which
doesn't exist.
@wence- wence- requested a review from a team as a code owner May 13, 2025 16:50
@wence- wence- requested a review from jameslamb May 13, 2025 16:50
@wence-
Copy link
Contributor Author

wence- commented May 13, 2025

I suspect this would break the nightly test.yaml step (because it won't find the package). But I don't know how to fix that.

This change is the minimal one to stop uploading nightlies that are broken with high probability.

@wence- wence- added breaking Introduces a breaking change bug Something isn't working labels May 13, 2025
Comment on lines +48 to +56
# upload-conda:
# needs: [conda-cpp-build, conda-python-build]
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/[email protected]
# with:
# build_type: ${{ inputs.build_type || 'branch' }}
# branch: ${{ inputs.branch }}
# date: ${{ inputs.date }}
# sha: ${{ inputs.sha }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually do want to upload the cpp package, but I don't know how to do that. Ideas welcome.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should be able to add:

      skip_upload_pkgs: rapidsmpf

(and maybe librapidsmpf-tests) instead of deleting the step. E.g. used here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Introduces a breaking change bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants