Skip to content

fix: remove windows 1909

Steve Xuereb requested to merge remove-1909 into master

What does this MR do?

remove windows 1909

Why was this MR needed?

Windows 1909 has reached end of life according too https://docs.microsoft.com/en-gb/lifecycle/products/windows-server in 11/05/2021. We can see pipeline failing when trying to build the image in https://gitlab.com/gitlab-org/ci-cd/shared-runners/images/gcp/windows-containers/-/jobs/1290543049 because the image is no longer available in GCP when running gcloud compute images list --filter="name=1909" --show-deprecated

What are the relevant issue numbers?

gitlab-org/gitlab-runner#27899 (closed)

Merge request reports