-
Notifications
You must be signed in to change notification settings - Fork 16
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
[CI] Setup buildkite #373
[CI] Setup buildkite #373
Conversation
- JuliaCI/julia-test#v1: ~ | ||
agents: | ||
queue: "juliagpu" | ||
cuda: "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need nvidia GPUs for MadNLP testing (only needed for MadNLPGPU). Wouldn't this be waste of resources?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a waste of ressources but I don't know in which subpackages you are using GPU
or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only need it for testing MadNLPGPU
Right now, I don't think we'll need buildkite as the current CI is working |
We could test
MadNLPGPU.jl
in a different PR.