Skip to content

Allow runtime monitor stages with no Helix jobs - #132019

Merged
mmitche merged 1 commit into
dotnet:mainfrom
mmitche:copilot/fix-131956
Aug 7, 2026
Merged

Allow runtime monitor stages with no Helix jobs#132019
mmitche merged 1 commit into
dotnet:mainfrom
mmitche:copilot/fix-131956

Conversation

@mmitche

@mmitche mmitche commented Aug 7, 2026

Copy link
Copy Markdown
Member

Summary

  • Allow the runtime Helix monitor to succeed when path-filtered stages submit no Helix jobs.
  • Uses the existing Arcade-exposed �llowNoHelixJobs template option.

Fixes #131956

Note

This pull request description was generated with GitHub Copilot.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 8afdc2e1-5a69-4261-ab0f-d34364a9c2d0
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 5 pipeline(s).
11 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the Azure DevOps runtime pipeline to allow the Helix job monitor step to succeed even when a (path-filtered) stage submits zero Helix jobs, by setting the allowNoHelixJobs option on the helix-job-monitor.yml template invocation.

Changes:

  • Set allowNoHelixJobs for the Helix job monitor in eng/pipelines/runtime.yml.
  • Add a brief comment explaining the path-filtered scenario.

Comment thread eng/pipelines/runtime.yml
Comment on lines +72 to +73
# Some path-filtered builds intentionally submit no Helix jobs.
allowNoHelixJobs: true
@mmitche

mmitche commented Aug 7, 2026

Copy link
Copy Markdown
Member Author

/ba-g Unrelated failures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Monitor Helix Jobs failing

3 participants