[PATCH for-4.19] CI: Update FreeBSD to 13.3

Andrew Cooper posted 1 patch 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240611124701.802752-1-andrew.cooper3@citrix.com
.cirrus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH for-4.19] CI: Update FreeBSD to 13.3
Posted by Andrew Cooper 5 months, 2 weeks ago
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


Re: [PATCH for-4.19] CI: Update FreeBSD to 13.3
Posted by Oleksii K. 5 months, 2 weeks ago
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
Re: [PATCH for-4.19] CI: Update FreeBSD to 13.3
Posted by Roger Pau Monné 5 months, 2 weeks ago
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

Re: [PATCH for-4.19] CI: Update FreeBSD to 13.3
Posted by Stefano Stabellini 5 months, 2 weeks ago
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>