-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Based on GitHub Changelog actions/runner#886 (comment), they aim to make the breaking change on end of August / early September timeframe and start to send the new July 31, 2023RunnerJobRequest message.
actions/runner protocol changes
github/actions-runner-admin
- Update runner to handle Dotcom/runner-admin based registration flow actions/runner#2487
- Parse runners and send publicKey actions/runner#2490
- Register Runners against V2 servers actions/runner#2505
broker
github/actions-run-service (written in go source)
- server wrapper for pulling full job message actions/runner#1933
- changes to support specific run service URL actions/runner#2158
- start calling run service for job completion actions/runner#2412
- Run service: send more stuff as part of job completed actions/runner#2423
- call run service renewjob actions/runner#2461
the new protocol isn't fully implemented yet on the actions/runner, some code only works with the old protocol, seems to change shortly
github/actions-results-service (written in go source(1) and source(2))
- Use results for uploading step summaries actions/runner#2301
- Always upload to avoid issues actions/runner#2334
- Uploading step logs to Results as well actions/runner#2422
- Add job log upload support actions/runner#2447
- Update Runner to send step updates to Results actions/runner#2510
- Bypass job server when run service is enabled actions/runner#2516
- Also send in conclusion for steps actions/runner#2531
launch service (github/actions-dotnet based)
This runner changes
- Handle RunnerJobRequest ( Experimental ) #71
- Experimental handle RunServiceUrl #87
- Adjust RunnerJobRequest support #99
- Renew job requests
- Send final step state in job completed message
- Send step state updates to results service
- Send step and job logs to the results service
- Support runner-admin registration #165
This change could make all current github-act-runner releases unusable and you are forced to update from old releases.
igagis