All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitlab: Update msys2-64bit runner tags
@ 2024-05-07 17:53 Richard Henderson
  2024-05-08  7:11 ` Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Richard Henderson @ 2024-05-07 17:53 UTC (permalink / raw
  To: qemu-devel; +Cc: pbonzini, thuth

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:
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab: Update msys2-64bit runner tags
  2024-05-07 17:53 [PATCH] gitlab: Update msys2-64bit runner tags Richard Henderson
@ 2024-05-08  7:11 ` Thomas Huth
  2024-05-08  8:28 ` Philippe Mathieu-Daudé
  2024-05-09  8:10 ` Richard Henderson
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2024-05-08  7:11 UTC (permalink / raw
  To: Richard Henderson, qemu-devel; +Cc: pbonzini

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.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:

Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>

(NB: my test run took 86 minutes ... that's pretty long already...)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab: Update msys2-64bit runner tags
  2024-05-07 17:53 [PATCH] gitlab: Update msys2-64bit runner tags Richard Henderson
  2024-05-08  7:11 ` Thomas Huth
@ 2024-05-08  8:28 ` Philippe Mathieu-Daudé
  2024-05-08 22:25   ` Philippe Mathieu-Daudé
  2024-05-09  8:10 ` Richard Henderson
  2 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-05-08  8:28 UTC (permalink / raw
  To: Richard Henderson, qemu-devel; +Cc: pbonzini, thuth

On 7/5/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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab: Update msys2-64bit runner tags
  2024-05-08  8:28 ` Philippe Mathieu-Daudé
@ 2024-05-08 22:25   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-05-08 22:25 UTC (permalink / raw
  To: Richard Henderson, qemu-devel; +Cc: pbonzini, thuth

On 8/5/24 10:28, Philippe Mathieu-Daudé wrote:
> On 7/5/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(-)
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab: Update msys2-64bit runner tags
  2024-05-07 17:53 [PATCH] gitlab: Update msys2-64bit runner tags Richard Henderson
  2024-05-08  7:11 ` Thomas Huth
  2024-05-08  8:28 ` Philippe Mathieu-Daudé
@ 2024-05-09  8:10 ` Richard Henderson
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Henderson @ 2024-05-09  8:10 UTC (permalink / raw
  To: qemu-devel; +Cc: pbonzini, thuth

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~


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-09  8:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07 17:53 [PATCH] gitlab: Update msys2-64bit runner tags Richard Henderson
2024-05-08  7:11 ` Thomas Huth
2024-05-08  8:28 ` Philippe Mathieu-Daudé
2024-05-08 22:25   ` Philippe Mathieu-Daudé
2024-05-09  8:10 ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.