Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c0435a7a-e09d-4246-a749-c89d64d47f4f
matouskozak
approved these changes
Sep 16, 2026
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The cleanup has no unresolved review issues.
Pull request overview
Removes two obsolete build artifacts while preserving the nightly build configuration.
Changes:
- Deletes the orphaned outer-loop pipeline definition.
- Deletes the superseded custom Homebrew
libompformula.
File summaries
| File | Description |
|---|---|
build/libomp.rb |
Removes the unused custom Homebrew formula. |
build/.outer-loop-build.yml |
Removes the orphaned pipeline definition. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 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.
Summary
Remove two orphaned files from
build/:build/.outer-loop-build.ymlhas no Azure Pipelines definition or other repository consumer. Its former test and platform coverage is already provided by the current Helix CI matrix, which additionally covers ARM and ARM64.build/libomp.rbhas had no consumer since macOS x64 CI: fix dependency install and OpenMP runtime copy (use Homebrew libomp, adjust Helix payload) #7510 switched macOS CI to install Homebrew'slibompformula directly.Night build status
build/.night-build.ymlis not removed. The MachineLearning-NightlyBuild pipeline still points to it, so it is not technically orphaned. The pipeline is currently disabled and has no retained runs in the public project. The file also contains potentially distinct behavior—testing against the latest nightly ML.NET packages—so its future should be considered separately rather than treating it as unused cleanup.Validation
Documentation/build-configuration cleanup only; repository searches found no references to either deleted file, and no active or disabled Azure Pipelines definition points to the outer-loop YAML.