Skip to content

Commit

Permalink
Update the CI platform guidance to include update process
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Sep 5, 2024
1 parent 60021d1 commit d36080e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/ci-platform-coverage-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ matrix](https://github.com/dotnet/sdk/blob/main/eng/pipelines/templates/stages/v
1. Ubuntu - Latest LTS version at the time of the release (amd64/arm64)
1. Alpine - Latest and previous versions (amd64)
1. AlmaLinux - Oldest version (targets lowest glibc version) (amd64)

When updating the distro versions in the CI matrix as new versions are released and older versions reach EOL:

1. Update `main` to the newer version one to two months prior to the GA/EOL date.
This is done to flush out any issues and to avoid destabilizing the servicing branches.
1. At the GA/EOL date, update the servicing branches.

0 comments on commit d36080e

Please sign in to comment.