Cirrus started failing all the jobs with:

  Failed to start an instance: INVALID_ARGUMENT:
  Snap images are not supported due to boot stability.

This is not ideal as we had issues with the release images before not
being able to update the repositories.  But, I suppose, we have no
other choice.  Maybe it would be less of a problem since we're only
updating the primary FreeBSD repo that doesn't contain kernel modules
that were causing most of the problems.  Only time will tell.

Signed-off-by: Ilya Maximets <[email protected]>
---
 .cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index d49fbf02e..cfbb0ff4d 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,8 +2,8 @@ freebsd_build_task:
 
   freebsd_instance:
     matrix:
-      image_family: freebsd-13-5-snap
-      image_family: freebsd-14-3-snap
+      image_family: freebsd-13-5
+      image_family: freebsd-14-3
     cpu: 4
     memory: 4G
 
-- 
2.52.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to