-
Notifications
You must be signed in to change notification settings - Fork 50
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
Register GPU machine for Cuda builds through gitlab.com #19
Comments
#78 proposes Cuda testing using a ORNL Jenkins CI server and slave machine with a Volta GPU. @junghans suggested we register a specific gitlab runner instead. I did not realize GitLab was able to mirror GitHub PRs initiated from forks (instead of a branch on the main repo). I am fine closing #78 and setting up a new entry in the @sslattery What do you think? |
If it does what we want it to do, is just as easy to maintain as the Jenkins route, and is consistent with the current CI then I am fine closing #78 |
I disabled the gitlab-runner with the GPU but I can restart it if we reopen #78 in the future. |
I recommend we close this issue and move it to the backlog. @junghans ? |
Rename Block -> LocalGrid
Here is how you register a runner:
https://docs.gitlab.com/runner/register/
then we need to modify our
.gitlab-ci.yml
to use that runner on bare metal.The text was updated successfully, but these errors were encountered: