Skip to content

Commit b49a386

Browse files
committed
Add examples
1 parent 9ef4040 commit b49a386

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/ci-platform-coverage-guidelines.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ There are two scenarios when updating distro versions in the CI pipeline:
5353
When updating a distro that produces an N-1 (previous version) artifact in the VMR:
5454

5555
1. **Update VMR pipeline variables:**
56-
- Create "Previous" versions of existing distro variables by adding `Previous` suffix to preserve the old values
57-
- Update current distro variables to new version values
56+
- Create "Previous" versions of existing distro variables by adding `Previous` suffix to preserve the old values - [example](https://github.com/ellahathaway/dotnet/blob/12c9fccc3192d5bbf9f98ea15cedcdcf55334f89/eng/pipelines/templates/variables/vmr-build.yml#L117-L121)
57+
- Update current distro variables to new version values - [example](https://github.com/dotnet/dotnet/pull/1093/files#diff-821e317646a065ee331aa7444ca5e2ae9f76512e5ca316e045280e526db23724R192-R193)
5858

5959
1. **Update VMR pipeline:**
60-
- Add container configuration for previous version
61-
- For previous legs, update the distro parameters to use the previous variables you created in Step 1.
60+
- Add container configuration for previous version - [example](https://github.com/ellahathaway/dotnet/blob/12c9fccc3192d5bbf9f98ea15cedcdcf55334f89/eng/pipelines/ci.yml#L94-L96)
61+
- For previous legs, update the distro parameters to use the previous variables you created in Step 1 - [example](https://github.com/ellahathaway/dotnet/blob/12c9fccc3192d5bbf9f98ea15cedcdcf55334f89/eng/pipelines/templates/stages/source-build-and-validate.yml#L33-L38)
6262

6363
1. **Update SBRP Cleanup pipeline:**
6464
- If applicable, update the default artifact name in the source-build-reference-packages clean up pipeline - [example](https://github.com/dotnet/source-build-reference-packages/pull/1284)
@@ -75,15 +75,15 @@ When updating a distro that produces an N-1 (previous version) artifact in the V
7575

7676
1. **Complete the transition:**
7777
- Queue the re-bootstrap pipeline after the next successful CI build of the VMR
78-
- In the resulting PR, make the changes described in your tracking issue (Step 4)
78+
- In the resulting PR, make the changes described in your tracking issue (Step 4) - [example](https://github.com/dotnet/dotnet/pull/1187/commits/622843880cb3fb0c78896b1c9b5ef76b2a114017)
7979
- Merge the resulting PR and close the tracking issue
8080

8181
### Case 2: OS Leg in VMR Produces Regular Artifact (Standard Update)
8282

8383
For distros not used in n-1 legs:
8484

8585
1. **Update VMR pipeline variables:**
86-
- Update the distro-specific variables to new version values
86+
- Update the distro-specific variables to new version values - [example](https://github.com/dotnet/dotnet/pull/1093/files#diff-821e317646a065ee331aa7444ca5e2ae9f76512e5ca316e045280e526db23724R192-R193)
8787

8888
1. **Update SBRP Cleanup pipeline:**
8989
- If applicable, update default artifact name in the source-build-reference-packages clean up pipeline - [example](https://github.com/dotnet/source-build-reference-packages/pull/1284)

0 commit comments

Comments
 (0)