On 07/05/2024 19.53, Richard Henderson wrote:
Gitlab has deprecated and removed support for windows-1809
and shared-windows. Update to saas-windows-medium-amd64 per
https://about.gitlab.com/blog/2024/01/22/windows-2022-support-for-gitlab-saas-runners/
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
.gitlab-ci.d/windows.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index d26dbdd0c0..a83f23a786 100644
--- a/.gitlab-ci.d/windows.yml
+++ b/.gitlab-ci.d/windows.yml
@@ -1,9 +1,7 @@
msys2-64bit:
extends: .base_job_template
tags:
- - shared-windows
- - windows
- - windows-1809
+ - saas-windows-medium-amd64
cache:
key: "$CI_JOB_NAME"
paths:
Reviewed-by: Thomas Huth <th...@redhat.com>
Tested-by: Thomas Huth <th...@redhat.com>
(NB: my test run took 86 minutes ... that's pretty long already...)