All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.19] CI: Update FreeBSD to 13.3
@ 2024-06-11 12:47 Andrew Cooper
  2024-06-11 12:59 ` Roger Pau Monné
  2024-06-11 15:32 ` Oleksii K.
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Cooper @ 2024-06-11 12:47 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Stefano Stabellini, Michal Orzel,
	Roger Pau Monné, Oleksii Kurochko, Jan Beulich

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
CC: Jan Beulich <JBeulich@suse.com>

Updated run:
  https://cirrus-ci.com/task/4903594304995328

For 4.19, and for backporting to all trees including security trees.
FreeBSD-13.2 isn't available any more:
  https://cirrus-ci.com/task/4554831417835520

causing build failures.
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index d0a9021a77e4..c431d8d2447d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -17,7 +17,7 @@ freebsd_template: &FREEBSD_TEMPLATE
 task:
   name: 'FreeBSD 13'
   freebsd_instance:
-    image_family: freebsd-13-2
+    image_family: freebsd-13-3
   << : *FREEBSD_TEMPLATE
 
 task:

base-commit: ea1cb444c28ce3ae7915d9c94c4344f4bf6d87d3
-- 
2.39.2



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

* Re: [PATCH for-4.19] CI: Update FreeBSD to 13.3
  2024-06-11 12:47 [PATCH for-4.19] CI: Update FreeBSD to 13.3 Andrew Cooper
@ 2024-06-11 12:59 ` Roger Pau Monné
  2024-06-11 15:46   ` Stefano Stabellini
  2024-06-11 15:32 ` Oleksii K.
  1 sibling, 1 reply; 4+ messages in thread
From: Roger Pau Monné @ 2024-06-11 12:59 UTC (permalink / raw)
  To: Andrew Cooper
  Cc: Xen-devel, Stefano Stabellini, Michal Orzel, Oleksii Kurochko,
	Jan Beulich

On Tue, Jun 11, 2024 at 01:47:01PM +0100, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Albeit I'm unsure if that's some kind of glitch or error on the
FreeBSD side.  13.2 is not EOL until June 30, 2024 [0].

Thanks, Roger.

[0] https://www.freebsd.org/security/#sup


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

* Re: [PATCH for-4.19] CI: Update FreeBSD to 13.3
  2024-06-11 12:47 [PATCH for-4.19] CI: Update FreeBSD to 13.3 Andrew Cooper
  2024-06-11 12:59 ` Roger Pau Monné
@ 2024-06-11 15:32 ` Oleksii K.
  1 sibling, 0 replies; 4+ messages in thread
From: Oleksii K. @ 2024-06-11 15:32 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Stefano Stabellini, Michal Orzel, Roger Pau Monné,
	Jan Beulich

On Tue, 2024-06-11 at 13:47 +0100, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

~ Oleksii


> ---
> CC: Stefano Stabellini <sstabellini@kernel.org>
> CC: Michal Orzel <michal.orzel@amd.com>
> CC: Roger Pau Monné <roger.pau@citrix.com>
> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> CC: Jan Beulich <JBeulich@suse.com>
> 
> Updated run:
>   https://cirrus-ci.com/task/4903594304995328
> 
> For 4.19, and for backporting to all trees including security trees.
> FreeBSD-13.2 isn't available any more:
>   https://cirrus-ci.com/task/4554831417835520
> 
> causing build failures.
> ---
>  .cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.cirrus.yml b/.cirrus.yml
> index d0a9021a77e4..c431d8d2447d 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -17,7 +17,7 @@ freebsd_template: &FREEBSD_TEMPLATE
>  task:
>    name: 'FreeBSD 13'
>    freebsd_instance:
> -    image_family: freebsd-13-2
> +    image_family: freebsd-13-3
>    << : *FREEBSD_TEMPLATE
>  
>  task:
> 
> base-commit: ea1cb444c28ce3ae7915d9c94c4344f4bf6d87d3



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

* Re: [PATCH for-4.19] CI: Update FreeBSD to 13.3
  2024-06-11 12:59 ` Roger Pau Monné
@ 2024-06-11 15:46   ` Stefano Stabellini
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2024-06-11 15:46 UTC (permalink / raw)
  To: Roger Pau Monné
  Cc: Andrew Cooper, Xen-devel, Stefano Stabellini, Michal Orzel,
	Oleksii Kurochko, Jan Beulich

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

On Tue, 11 Jun 2024, Roger Pau Monné wrote:
> On Tue, Jun 11, 2024 at 01:47:01PM +0100, Andrew Cooper wrote:
> > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> 
> Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>

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

end of thread, other threads:[~2024-06-11 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 12:47 [PATCH for-4.19] CI: Update FreeBSD to 13.3 Andrew Cooper
2024-06-11 12:59 ` Roger Pau Monné
2024-06-11 15:46   ` Stefano Stabellini
2024-06-11 15:32 ` Oleksii K.

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.