Skip to content

Commit 578fbfb

Browse files
Update the CI platform guidance to include update process (#4594)
* Update the CI platform guidance to include update process * Fix line length linter violation
1 parent 60021d1 commit 578fbfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/ci-platform-coverage-guidelines.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ matrix](https://github.com/dotnet/sdk/blob/main/eng/pipelines/templates/stages/v
4343
1. Ubuntu - Latest LTS version at the time of the release (amd64/arm64)
4444
1. Alpine - Latest and previous versions (amd64)
4545
1. AlmaLinux - Oldest version (targets lowest glibc version) (amd64)
46+
47+
When updating the distro versions in the CI matrix as new versions are released
48+
and older versions reach EOL:
49+
50+
1. Update `main` to the newer version one to two months prior to the GA/EOL date.
51+
This is done to flush out any issues and to avoid destabilizing the servicing
52+
branches.
53+
1. At the GA/EOL date, update the servicing branches.

0 commit comments

Comments
 (0)