Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf/5360~1
Choose a base ref
...
head repository: postgresql-cfbot/postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf/5360
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 1, 2025

  1. ci: Use a RAM disk for NetBSD and OpenBSD.

    Put the RAM disk setup for all three *BSD CI tasks into a common script,
    replacing the old FreeBSD-specific one from commit 0265e5c.  This makes
    them run 3 times and a bit over 2 times faster, respectively.
    
    NetBSD and FreeBSD can use the same one-liner to mount tmpfs, but
    OpenBSD needs a GCP-image specific recipe that knows where to steal a
    disk partition to reserve swap space to mount mfs, because its tmpfs
    is deprecated and currently broken.  The configured size is enough for
    our current tests but could potentially need future tweaks.  Thanks to
    Bilal for the disklabel incantation.
    
    Reviewed-by: Nazir Bilal Yavuz <[email protected]>
    Discussion: https://postgr.es/m/CA%2BhUKGJJ-XrPhN%2BQA4ZUfYAAXcwOSDty9t0vE9Z8__AdacKnQg%40mail.gmail.com
    macdice authored and Commitfest Bot committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    6275fd6 View commit details
    Browse the repository at this point in the history
  2. ci: Enable NetBSD and OpenBSD by default.

    XXX Not saying we're quite ready to do this (are we?), but cfbot will
    test them for this CF entry
    macdice authored and Commitfest Bot committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    3216529 View commit details
    Browse the repository at this point in the history
  3. [CF 5360] v2 - Add NetBSD and OpenBSD OSes to Postgres CI

    This branch was automatically generated by a robot using patches from an
    email thread registered at:
    
    https://commitfest.postgresql.org/patch/5360
    
    The branch will be overwritten each time a new patch version is posted to
    the thread, and also periodically to check for bitrot caused by changes
    on the master branch.
    
    Patch(es): https://www.postgresql.org/message-id/CA+hUKGLvgNJ6N+F8M1aXct_vYnToLnh1PeAsB25FWJxMO5Cj4A@mail.gmail.com
    Author(s): Nazir Bilal Yavuz
    Commitfest Bot committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    97ea75f View commit details
    Browse the repository at this point in the history
Loading