[ovs-dev] [PATCH] cirrus: Use FreeBSD 12.1 stable release.

Ilya Maximets i.maximets at ovn.org
Fri Dec 13 13:11:36 UTC 2019


freebsd-12-0-snap image family suddenly removed from the gCloud,
so can not be used anymore.  Updating to more recent 12.1 releases.

Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 281bd75de..ec48202dd 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,7 +2,7 @@ freebsd_build_task:
 
   freebsd_instance:
     matrix:
-      image_family: freebsd-12-0-snap
+      image_family: freebsd-12-1-snap
       image_family: freebsd-11-3-snap
     cpu: 4
     memory: 8G
-- 
2.17.1



More information about the dev mailing list