Skip to content

Commit

Permalink
cirrus: Use latest stable FreeBSD images.
Browse files Browse the repository at this point in the history
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] cirruslabs/cirrus-ci-docs#422
[2] cirruslabs/cirrus-ci-docs#359

Signed-off-by: Ilya Maximets <[email protected]>
Acked-by: Aaron Conole <[email protected]>
  • Loading branch information
igsilya committed Oct 10, 2019
1 parent 361a47d commit eab30f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eab30f3

Please sign in to comment.