Re: [ovs-dev] [PATCH] cirrus: Update FreeBSD versions.

2022-04-15 Thread Ilya Maximets
On 4/14/22 00:34, Rosemarie O'Riorden wrote:
> Updated 12.2 to 12.3 and 11.4 to 13.0.
> 'pkg update' fails on 12.2. 11.4 has reached end of life.
> 
> Signed-off-by: Rosemarie O'Riorden 
> ---

FreeBSD CI is back online with this fix.  Thanks!

Applied to all branches down to 2.13.

Best regards, Ilya Maximets.
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH] cirrus: Update FreeBSD versions.

2022-04-13 Thread Rosemarie O'Riorden
Updated 12.2 to 12.3 and 11.4 to 13.0.
'pkg update' fails on 12.2. 11.4 has reached end of life.

Signed-off-by: Rosemarie O'Riorden 
---
 .cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index a7ae793bc..a4d2a5bbc 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,8 +2,8 @@ freebsd_build_task:
 
   freebsd_instance:
 matrix:
-  image_family: freebsd-12-2-snap
-  image_family: freebsd-11-4-snap
+  image_family: freebsd-12-3-snap
+  image_family: freebsd-13-0-snap
 cpu: 4
 memory: 4G
 
-- 
2.35.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev