summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2019-10-01 14:28:45 +0300
committerIlya Maximets <i.maximets@ovn.org>2019-10-10 19:04:23 +0200
commiteab30f3851d885f7a377df0a3c2ce80b08a83005 (patch)
tree10350ecc83a0355bfb72cfc188eb54800cd4517f /.cirrus.yml
parent361a47d669751a936d389d45cc8ffcb3ef66499d (diff)
downloadopenvswitch-eab30f3851d885f7a377df0a3c2ce80b08a83005.tar.gz
cirrus: Use latest stable FreeBSD images.
CirrusCI recently introduced [1] new feature to use image families instead of bare image names for gCloud based instances. This allows us to use most recent stable builds. All the stable builds are in the same image family in gCloud and it will run instances using the most recent one. This also allows us to simply use 11.3 image instead of 11.2. There was no such ability previously, because base freebsd-11-3-release-amd64 image has issues[2] that doesn't allow CirrusCI to use it. However, later stable 11.3 images from freebsd-11-3-snap family works fine. [1] https://github.com/cirruslabs/cirrus-ci-docs/issues/422 [2] https://github.com/cirruslabs/cirrus-ci-docs/issues/359 Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Acked-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 251f6734d..281bd75de 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,8 +2,8 @@ freebsd_build_task:
freebsd_instance:
matrix:
- image: freebsd-12-0-release-amd64
- image: freebsd-11-2-release-amd64
+ image_family: freebsd-12-0-snap
+ image_family: freebsd-11-3-snap
cpu: 4
memory: 8G