Pipeline Transition Plan#4381
Open
paulmedynski wants to merge 1 commit into
Open
Conversation
… proposed directory and sharing structures.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new eng/pipelines/README.md describing the intended transition from the legacy Azure DevOps pipeline layout to a new grouped layout (ci/pr/official/shared), to help contributors understand where new pipeline work should land during the migration.
Changes:
- Documented the target directory structure and naming conventions for pipeline entry YAMLs.
- Captured the legacy layout and current migration status table.
- Added contributor guidelines for where to place new pipelines/templates during the transition.
Comment on lines
+31
to
+32
| Every leaf directory above (each pipeline group with entry files, plus the `shared/` directories) | ||
| also contains the standard template subdirectories, omitted above for brevity: |
| `shared/`. A template that is only used within a single pipeline group stays in that group's own | ||
| subdirectory, for example `ci/shared/` | ||
|
|
||
| ## Legacy Layout (being removed) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4381 +/- ##
==========================================
- Coverage 65.45% 63.62% -1.84%
==========================================
Files 285 280 -5
Lines 43373 66257 +22884
==========================================
+ Hits 28388 42153 +13765
- Misses 14985 24104 +9119
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Description
Added a README with some initial notes on the transition plan from old -> new pipeline layouts and sharing.