[PERF] Enable slow performance CI for mainline releases - #134104
Merged
LoopedBard3 merged 3 commits intoSep 17, 2026
Merged
Conversation
Use release/*.0 for perf.yml and limit perf-build.yml and perf-slow.yml CI triggers to main. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Include release/*.0 in perf-slow.yml CI triggers while keeping the scheduled runs main-only. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 6 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
LoopedBard3
enabled auto-merge (squash)
September 16, 2026 20:45
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The scoped trigger update has no unresolved review issues.
Pull request overview
Enables slow performance CI for release/*.0 mainline release branches while keeping scheduled runs limited to main.
Changes:
- Adds
release/*.0to the CI branch filter. - Preserves existing schedules, paths, batching, and job configuration.
File summaries
| File | Description |
|---|---|
eng/pipelines/performance/perf-slow.yml |
Enables CI runs for mainline release branches. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
lewing
approved these changes
Sep 17, 2026
This was referenced Sep 18, 2026
jtschuster
pushed a commit
to jtschuster/runtime
that referenced
this pull request
Sep 18, 2026
## Summary Add `release/*.0` to the CI branch filter in `eng/pipelines/performance/perf-slow.yml` so current and future mainline release branches trigger slow performance runs alongside `main`. Scheduled runs remain main-only. Path filters, batching, job configuration, `perf.yml`, and `perf-build.yml` are unchanged. Follow-up to dotnet#133634 and relates to dotnet#133726 (comment). ## Validation - Parsed the updated YAML and checked 12 branch-matching cases locally. - Confirmed the upstream PR diff contains only the one-line CI branch filter addition. - `git diff --check` passed. - No runtime build or tests were run for this pipeline-only change. The Azure pipeline has not been executed for this change. > [!NOTE] > This change and PR description were generated with GitHub Copilot. --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Summary
Add
release/*.0to the CI branch filter ineng/pipelines/performance/perf-slow.ymlso current and future mainline release branches trigger slow performance runs alongsidemain.Scheduled runs remain main-only. Path filters, batching, job configuration,
perf.yml, andperf-build.ymlare unchanged.Follow-up to #133634 and relates to #133726 (comment).
Validation
git diff --checkpassed.Note
This change and PR description were generated with GitHub Copilot.