Enable Helix job monitoring - #1659
Open
vitek-karas wants to merge 3 commits into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f74c40e1-a6c0-4455-b508-44283872ec27
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f74c40e1-a6c0-4455-b508-44283872ec27
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: f74c40e1-a6c0-4455-b508-44283872ec27
There was a problem hiding this comment.
Pull request overview
Enables running XHarness E2E Helix submissions in “monitor mode” by introducing the standalone Helix Job Monitor tool and restructuring the public AzDO pipeline so a single monitor job tracks all Helix work for the E2E stage.
Changes:
- Add
Microsoft.DotNet.Helix.JobMonitoras an Arcade-tracked dependency and pin it as a repo-local .NET tool. - Restructure E2E pipeline execution into a single
E2Estage that includes a dedicated Helix monitor job plus the E2E Helix submitter jobs. - Update E2E submitter job execution to set
EnableHelixJobMonitor=trueso submissions return after queuing work.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| eng/Version.Details.xml | Tracks the Helix Job Monitor package/version as an Arcade dependency. |
| eng/e2e-test.yml | Converts the E2E template to a jobs: template and enables monitor mode for Helix submissions. |
| eng/common/dotnet.sh | Adds a bash wrapper for installing/using the repo-pinned .NET SDK (used by the Helix monitor job template). |
| azure-pipelines-public.yml | Groups all E2E jobs into one stage and adds a single Helix Job Monitor job. |
| .config/dotnet-tools.json | Pins the Helix Job Monitor as a repo-local .NET tool. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable the standalone Helix Job Monitor for XHarness E2E tests.
Local validation restored and started the monitor tool successfully. MSBuild evaluation confirmed monitor mode disables inline work-item waiting. End-to-end behavior is being validated by this PR's CI.