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

Moving some feedstocks from GPU runners to CPU runners (don't need GPUs?) #1012

Open
jakirkham opened this issue Jun 8, 2024 · 2 comments
Open

Comments

@jakirkham
Copy link
Member

Looks like there are a few feedstocks configured for GPU runners here. Think some (or all) could move to CPU workers

cirun-openstack-gpu-large:
- feedstock: cf-autotick-bot-test-package-feedstock
- feedstock: conda-smithy-feedstock
- feedstock: conda-forge-ci-setup-feedstock

Most notably conda-smithy, which is noarch and has no GPU code AFAIK

conda-forge-ci-setup does have CUDA dependencies, but likely can be built on a CPU worker instead

Guessing cf-autotick-bot-test-package may still be useful for GPU testing, so we could leave it there

@jakirkham
Copy link
Member Author

cc @jaimergp

@jaimergp
Copy link
Member

Most notably conda-smithy, which is noarch and has no GPU code AFAIK

I think this was for testing the rerenders, but afaik conda-smithy is not using it actively either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants