All our jobs started failing with:
Failed to start an instance: INVALID_ARGUMENT: Snap images are not supported due to boot stability.
We use image_family: freebsd-14-3-snap as we had issues with pkg update on release images in the past. we can try to go back to release images, i.e. image_family: freebsd-14-3 and hope that it works fine (works for now), but the restriction should probably be documented, as least. Though I'm not sure if the failure is coming from Cirrus CI or from the GCE...
All our jobs started failing with:
We use
image_family: freebsd-14-3-snapas we had issues with pkg update on release images in the past. we can try to go back to release images, i.e.image_family: freebsd-14-3and hope that it works fine (works for now), but the restriction should probably be documented, as least. Though I'm not sure if the failure is coming from Cirrus CI or from the GCE...