-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[browser] Add Helix Job Name for Wasm.Build.Tests jobs #120536
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
Conversation
|
Tagging subscribers to this area: @akoeplinger, @matouskozak, @simonrozsival |
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.
Pull request overview
This PR adds support for naming Helix jobs in Wasm.Build.Tests jobs by propagating a WorkItemPrefix property to set both the HelixJobName property and the jobName value in HelixProperties. This enables prefixed job names to appear in AzDO text logs (e.g., "Sent Helix Job 'NoFingerprint-ST'").
Key changes:
- Adds a new
HelixPropertiesitem withjobNamevalue derived fromWorkItemPrefix(with trailing dash trimmed) - Introduces a new
SetHelixJobNametarget to set theHelixJobNameproperty before test execution
Prefix messages produced by Helix SDK in the AzDO text log with job prefix. Example:
Based on dotnet/arcade#16204