Make report-green.yml run on agentless server job#124442
Merged
akoeplinger merged 3 commits intomainfrom Feb 16, 2026
Merged
Conversation
We only need to no-op.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR simplifies the report-green.yml Azure Pipeline by migrating from a traditional agent-based job to an agentless server job. This pipeline runs on documentation-only PRs to report success to Build Analysis, preventing it from hanging when no other jobs execute.
Changes:
- Replaced the agent-based job using a template with an agentless server job
- Switched from a PowerShell script to a Delay@1 task with 0 minutes delay as a no-op
- Removed unnecessary configuration (enableTelemetry, helixRepo, enableSBOM, vmImage)
- Added trailing whitespace to docs/README.md line 1
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/report-green.yml | Simplified job to use agentless server pool with Delay@1 task instead of agent-based PowerShell script |
| docs/README.md | Added trailing whitespace (likely unintentional edit) |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
steveisok
approved these changes
Feb 15, 2026
jkoritzinsky
approved these changes
Feb 15, 2026
hoyosjs
approved these changes
Feb 15, 2026
Member
Author
|
/ba-g failure on android-x64 Release AllSubsets_CoreCLR_Smoke is unrelated |
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.
We only need to no-op and can avoid allocating a CI machine.