diff mbox series

cirrus: update FreeBSD to 12.3

Message ID 20220222135629.68769-1-roger.pau@citrix.com (mailing list archive)
State New, archived
Headers show
Series cirrus: update FreeBSD to 12.3 | expand

Commit Message

Roger Pau Monné Feb. 22, 2022, 1:56 p.m. UTC
Switch from using a FreeBSD 12.2 to a 12.3 image.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Cooper Feb. 22, 2022, 1:58 p.m. UTC | #1
On 22/02/2022 13:56, Roger Pau Monne wrote:
> Switch from using a FreeBSD 12.2 to a 12.3 image.
>
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

I presume you've got a private run showing that this is fine?
Roger Pau Monné Feb. 22, 2022, 2:12 p.m. UTC | #2
On Tue, Feb 22, 2022 at 01:58:48PM +0000, Andrew Cooper wrote:
> On 22/02/2022 13:56, Roger Pau Monne wrote:
> > Switch from using a FreeBSD 12.2 to a 12.3 image.
> >
> > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> 
> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
> 
> I presume you've got a private run showing that this is fine?

Indeed, it's at:

https://github.com/royger/xen/runs/5288917938

Roger.
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index b17f0b6369..4ae719136e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,7 +16,7 @@  freebsd_template: &FREEBSD_TEMPLATE
 task:
   name: 'FreeBSD 12'
   freebsd_instance:
-    image_family: freebsd-12-2
+    image_family: freebsd-12-3
   << : *FREEBSD_TEMPLATE
 
 task: