-
Notifications
You must be signed in to change notification settings - Fork 25
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
run_actions_on_self_hosted #1458
Conversation
ci.yaml
Idea is to have this dep already in the runner image, but not break github hosted runner compatibility.
Hi @nachog00 is this PR still active? Or has it been superceded? |
no. When self hosted runners handle jobs correctly, merging this will make all jobs be picked up by them. |
Sorry, wrong branch. Should have been applied in `update_ci_image` This reverts commit 0c998b0.
… that it shares the same glibc version
Don't see the reason for it. Seems to defeat the idea of running within a container. Will re-add it later if the need arises.
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.
buenok
Since this is blocked on CI... and since it should speed up CI, I am going to merge it. |
For the self-hosted runner to pick up on actions jobs, they must have the property:
runs-on: self-hosted
I changed only the jobs on CI.yaml for now.