qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gitlab: Update msys2-64bit runner tags


From: Richard Henderson
Subject: Re: [PATCH] gitlab: Update msys2-64bit runner tags
Date: Thu, 9 May 2024 10:10:31 +0200
User-agent: Mozilla Thunderbird

On 5/7/24 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.henderson@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:

Applied directly to master as a build fix.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]