diff mbox series

[for-4.19] CI: Update FreeBSD to 13.3

Message ID 20240611124701.802752-1-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series [for-4.19] CI: Update FreeBSD to 13.3 | expand

Commit Message

Andrew Cooper June 11, 2024, 12:47 p.m. UTC
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(-)


base-commit: ea1cb444c28ce3ae7915d9c94c4344f4bf6d87d3

Comments

Roger Pau Monne June 11, 2024, 12:59 p.m. UTC | #1
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
Oleksii Kurochko June 11, 2024, 3:32 p.m. UTC | #2
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
Stefano Stabellini June 11, 2024, 3:46 p.m. UTC | #3
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>
diff mbox series

Patch

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: