Re: Adding CI to our tree

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Subject: Re: Adding CI to our tree
Date: 2021-12-20 19:21:05
Message-ID: 20211220192105.leuknv76uic4zypt@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is v4 of the CI patch.

Changes:

- Move docker image specification out of the patch and generate them together
with the VM images. The main reason for this is that I got worried about all
repositories having to recreate the images - they're large.

- Moved the core dump handling for *nix systems into a helper shell script,
they were a bit long for the .cirrus.yml. And this way the logic can be
reused for other CI providers

- renamed the task names to include a bit more OS information

- renamed the images to remove -aio- from the name

- deduplicated a few more steps

- Address Thomas' feeback

- Try to address Peter's feedback

Regards,

Andres

Attachment Content-Type Size
v4-0001-ci-Add-CI-for-FreeBSD-Linux-MacOS-and-Windows-uti.patch text/x-diff 22.6 KB
v4-0002-windows-Improve-crash-assert-exception-handling.patch text/x-diff 2.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2021-12-20 19:27:26 Re: Add index scan progress to pg_stat_progress_vacuum
Previous Message Peter Geoghegan 2021-12-20 19:05:47 Re: Add index scan progress to pg_stat_progress_vacuum