Skip to content

Commit d042a28

Browse files
Merged PR 37066: Update the test image for SDK tests
Update the test image for SDK tests ---- #### AI description (iteration 1) #### PR Classification This PR is a configuration update aimed at improving SDK test reliability by using an updated Ubuntu test image. #### PR Summary The pull request updates the pipeline configuration to reference a new test image version for SDK validation. - `.pipelines/PowerShell-Release-Official.yml`: Changed `imageName` from `PSMMSUbuntu20.04-Secure` to `PSMMSUbuntu22.04-Secure`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
1 parent 92beb64 commit d042a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PowerShell-Release-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ extends:
156156
parameters:
157157
jobName: "LinuxSDK"
158158
displayName: "Linux SDK Validation"
159-
imageName: PSMMSUbuntu20.04-Secure
159+
imageName: PSMMSUbuntu22.04-Secure
160160
poolName: $(ubuntuPool)
161161

162162
- stage: gbltool

0 commit comments

Comments
 (0)