Uh oh!
There was an error while loading. Please reload this page.
Update setup job starting logs - #4383
Conversation
Co-authored-by: Copilot <copilot@github.com>
There was a problem hiding this comment.
Pull request overview
Updates the “Set up job” startup logging in JobExtension.InitializeJob to better align runner identification details (runner name, runner group) with the desired LHR/self-hosted log output.
Changes:
- Log runner name unconditionally from runner settings.
- Log runner group name based on configured pool metadata (
PoolId/PoolName). - Keep machine name logging gated on detecting OAuth-based credentials.
Show a summary per file
| File | Description |
|---|---|
| src/Runner.Worker/JobExtension.cs | Adjusts setup-job log lines for runner identity/group details. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 3
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <copilot@github.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Copilot <copilot@github.com>
GitPaulo
commented
Apr 28, 2026
Note: L0 tests are flaky, I can't re-run them as I'm committing from a fork. It should be 🆗 to ignore. |
Uh oh!
There was an error while loading. Please reload this page.
Overview
We are cleaning up setup job logs and this is a first step to restore parity to LHR logs and improve on it further in the future.
Issue: https://github.com/github/hosted-compute/issues/3955