Jenkinsfile: temporarily pin windows image to 10.0.17763.973#40506
Jenkinsfile: temporarily pin windows image to 10.0.17763.973#40506tiborvass merged 1 commit intomoby:masterfrom
Conversation
The latest `ltsc2019` image (`10.0.17763.1039`) appear to be broken, and even a `RUN Write-Host hello` hangs. Temporarily switching back to an older version so that CI doesn't fail. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
|
Windows stage looks to be green with this change @StefanScherer (linux failure is a flaky test) |
|
Let's go with the previous tag, CI to rebuild the VM images is |
|
moved it out of draft, and kicked CI again to see if the Linux stage goes green (but any changes in Linux should be unrelated) |
@StefanScherer Do you mean we shouldn't merge this? |
|
@cpuguy83 no (discussed on slack); @StefanScherer was working on updating the workers and see if that would resolve the issue, but this is taking longer, so in the meantime downgrading the image ("previous tag") works. After this is merged, I'll prepare a draft "revert" PR so that we can test once the upgraded workers are available |
cpuguy83
left a comment
There was a problem hiding this comment.
Oh sure, I believe you 😄
LGTM
|
ping @thaJeztah we can revert this temporary fix, the |
|
Perfect, opened #40512 |
|
This one is related to #40525 (comment)
|

The latest
ltsc2019image (10.0.17763.1039) appear to be broken,and even a
RUN Write-Host hellohangs.Temporarily switching back to an older version so that CI doesn't fail.