-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Upcoming runner-admin / broker / run / results / launch service support #96
Comments
I wonder how I could test the new protocol, until it is live. At least with #126 I assume it should work. |
There has been an update to the timeline of the breaking change: actions/runner#886 (comment)
The next weeks are safe from the coming breaking change. |
Another update, self-hosted runners can be affected (if that date is actually correct and they don't postpone it again) starting with 12. September 2023 on github.com src: https://github.blog/changelog/2023-08-29-github-actions-review-network-access-settings-for-the-self-hosted-runners/. |
Partial testing now possible, results receiver endpoint now defined. |
|
FWIW, I just ran our |
It was an outage of the deb repository used for installing the runner, until now we are still using the good old protocol. |
Status Update They seem to officially target Q1 2024 for this change now...
Long waiting to be hit by announced backend changes |
Alert Regression Logs still appear if the job finished and you refresh the page. Maybe this runner need to start to also do dual upload of step updates to both old and new backed like the official runner. |
Release v0.6.8 fixes the live log issue, consider updating to resolve the regression using the beta backend |
(Test) Rollout for a breaking service change has been seen in the wild #186 Waiting for beeing affected to implement and test this change in the runner Resolved in v0.8.0, the next wave is ahead |
Warning github-act-runner may stopped working!, please investigate |
False alarm, GitHub removed my 1 year old regression runner registration deliberately. They should fix their service!, saw a GitHub Issue before My backup regression voter on private repo still working... |
Based on
GitHub Changelogactions/runner#886 (comment), they aim to make the breaking change onend of August / early September timeframe and start to send the newJuly 31, 2023
RunnerJobRequest
message.actions/runner protocol changes
github/actions-runner-admin
broker
github/actions-run-service (written in go source)
the new protocol isn't fully implemented yet on the actions/runner, some code only works with the old protocol, seems to change shortlygithub/actions-results-service (written in go source(1) and source(2))
launch service (github/actions-dotnet based)
This runner changes
This change could make all current github-act-runner releases unusable and you are forced to update from old releases.
The text was updated successfully, but these errors were encountered: