Upgrade FreeBSD CI images to 14.2

Started by Nazir Bilal Yavuzabout 1 year ago2 messageshackers
Jump to latest
#1Nazir Bilal Yavuz
byavuz81@gmail.com

Hi,

FreeBSD CI 14.2 image is available now [1]https://github.com/anarazel/pg-vm-images/commit/3f2d728299808e76ce23b9b12ccfec944c86e318, also the version suffix is
removed from the image family name [2]https://github.com/anarazel/pg-vm-images/commit/f1ea53c94ab864feb7c23d609bf85f0a1d568c9d.

The patches to use these images in the Postgres CI are attached.
Unfortunately, patches do not apply cleanly to any other version. So,
there are 4 patches for REL_[15 | 16 | 17] and upstream.

Any kind of feedback would be appreciated.

[1]: https://github.com/anarazel/pg-vm-images/commit/3f2d728299808e76ce23b9b12ccfec944c86e318
[2]: https://github.com/anarazel/pg-vm-images/commit/f1ea53c94ab864feb7c23d609bf85f0a1d568c9d

--
Regards,
Nazir Bilal Yavuz
Microsoft

Attachments:

v1-0001-REL-15-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchtext/x-patch; charset=US-ASCII; name=v1-0001-REL-15-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchDownload+2-3
v1-0001-REL-16-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchtext/x-patch; charset=US-ASCII; name=v1-0001-REL-16-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchDownload+2-3
v1-0001-REL-17-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchtext/x-patch; charset=US-ASCII; name=v1-0001-REL-17-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchDownload+2-3
v1-0001-Upstream-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchtext/x-patch; charset=US-ASCII; name=v1-0001-Upstream-ci-Upgrade-FreeBSD-CI-image-version-to-14.2.patchDownload+2-4
#2Andres Freund
andres@anarazel.de
In reply to: Nazir Bilal Yavuz (#1)
Re: Upgrade FreeBSD CI images to 14.2

Hi,

On 2025-03-05 17:57:17 +0300, Nazir Bilal Yavuz wrote:

FreeBSD CI 14.2 image is available now [1], also the version suffix is
removed from the image family name [2].

The patches to use these images in the Postgres CI are attached.
Unfortunately, patches do not apply cleanly to any other version. So,
there are 4 patches for REL_[15 | 16 | 17] and upstream.

Any kind of feedback would be appreciated.

Thanks for the patches - I ran a CI cycle for them and now pushed them!

I think now we can get rid of the curl installations, it should be installed
in the images where we're installing it in each run.

Greetings,

Andres Freund