Update Windows.10.Amd64.ClientRS*.Open to use RS4 rather than RS2#29456
Update Windows.10.Amd64.ClientRS*.Open to use RS4 rather than RS2#29456stephentoub merged 3 commits intomasterfrom
Conversation
|
@dotnet-bot test ci please |
|
@jcagme, is there a way to verify this works as part of the PR? |
danmoseley
left a comment
There was a problem hiding this comment.
Thank you for spotting this.
|
Do you want to change |
buildpipeline/windows.groovy
Outdated
| targetHelixQueues = ['Windows.7.Amd64.Open', | ||
| 'Windows.81.Amd64.Open', | ||
| 'Windows.10.Amd64.ClientRS3.ES.Open',] | ||
| 'Windows.10.Amd64.ClientRS4.ES.Open',] |
There was a problem hiding this comment.
For RS4 we don't have an ES image. If you need an Spanish image we'll have to stick with RS3 for now and start working in an RS4.ES. If ES is not a requirement please just use 'Windows.10.Amd64.ClientRS4.Open'
There was a problem hiding this comment.
ES is a requirement. I suggest we move to RS3 and yes it would be great to create an RS4.ES. Shall I open a core-eng issue JC?
There was a problem hiding this comment.
Yes please. Go ahead an open it and I'll make sure this is taken care of.
|
@dotnet-bot test NETFX x86 Release Build please (checking to see if failures are deterministic) |
|
@dotnet-bot test Outerloop NETFX x86 Debug Build please |
|
@dotnet-bot test NETFX x86 Release Build please (outerloop passed, but just double-checking) |
…tnet/corefx#29456) * Update Windows.10.Amd64.ClientRS*.Open to use RS4 rather than RS2 * Move Windows.10.Amd64.ClientRS3.ES.Open to Windows.10.Amd64.ClientRS4.ES.Open * Revert ClientRS3 to ClientRS4 change Commit migrated from dotnet/corefx@fe27f8f
cc: @jcagme, @danmosemsft