Message ID | 20231128171150.38290-1-roger.pau@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | cirrus-ci: update FreeBSD versions | expand |
On 28/11/2023 5:11 pm, Roger Pau Monne wrote: > FreeBSD 14.0 has already been released, so switch to the release version image, > and introduce a FreeBSD 15.0 version to track current FreeBSD unstable > (development) branch. > > Sample output at: > > https://github.com/royger/xen/runs/19105278189 > > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
On Tue, 28 Nov 2023, Andrew Cooper wrote: > On 28/11/2023 5:11 pm, Roger Pau Monne wrote: > > FreeBSD 14.0 has already been released, so switch to the release version image, > > and introduce a FreeBSD 15.0 version to track current FreeBSD unstable > > (development) branch. > > > > Sample output at: > > > > https://github.com/royger/xen/runs/19105278189 > > > > Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> > > Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
diff --git a/.cirrus.yml b/.cirrus.yml index 7e0beb200d7b..385618c394ea 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -29,5 +29,11 @@ task: task: name: 'FreeBSD 14' freebsd_instance: - image_family: freebsd-14-0-snap + image_family: freebsd-14-0 + << : *FREEBSD_TEMPLATE + +task: + name: 'FreeBSD 15' + freebsd_instance: + image_family: freebsd-15-0-snap << : *FREEBSD_TEMPLATE
FreeBSD 14.0 has already been released, so switch to the release version image, and introduce a FreeBSD 15.0 version to track current FreeBSD unstable (development) branch. Sample output at: https://github.com/royger/xen/runs/19105278189 Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- .cirrus.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)