-
Notifications
You must be signed in to change notification settings - Fork 686
feat: Add Enterprise Runners support #4843
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
base: main
Are you sure you want to change the base?
Conversation
This reverts commit c108a83. # Conflicts: # README.md # modules/multi-runner/README.md # modules/runners/job-retry/README.md
# Conflicts: # README.md # modules/multi-runner/README.md # modules/runners/job-retry/README.md
|
@micr0zz thx, great you working on supporting enterprise level runners. I have not digged in detail in your PR. But quickly scanned the PR. I think we should introduce breaking changes to support enterprise. this to avoid configuration is getting super complex. What I mean here moving away from Also wonderig what the status is of the PR. Still in WIP? In that case ca you mark the PR as draft. |
This is to add support for Enterprise level runners. Although GitHub supports applications at enterprise level, this type of authentication cannot be used for most of the requests (register runner/get runner, etc...).
WIP