Re: new buildfarm client release 4.8

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PGBuildFarm <pgbuildfarm-members(at)pgfoundry(dot)org>
Subject: Re: new buildfarm client release 4.8
Date: 2012-09-25 23:22:17
Message-ID: 50623CA9.8010809@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members pgsql-hackers


Argh! Marti Raudsepp has pointed out that the change in the sample
config file to support upgrade testing didn't make it. If you need this
(really probably only if you're setting up a new animal) the fixed
tarball is at
<https://github.com/downloads/PGBuildFarm/client-code/build-farm-4_8fixed.tgz>

cheers

andrew

On 09/25/2012 03:57 PM, Andrew Dunstan wrote:
> There is a new release of the PostgreSQL buildfarm client available,
> It can be downloaded at
> <https://github.com/downloads/PGBuildFarm/client-code/build-farm-4_8.tgz>
>
> Apart from some bug fixes, changes of note include:
>
> * A new --only-steps command line option, requested by Stephen Frost
> (although not his patch)
> * A new module TestUpgrade, which is enabled by default in the new
> config file, to test pg_upgrade
> * Report the environment that the client operates in. This will help
> in debugging problems. Only values of certain white-listed
> environment keys are reported for security reasons.
> * A new make_jobs config parameter to run make in parallel
> * A new "check" module hook (which is used by the TestUpgrade module).
>
> Existing users will probably want to add:
>
> modules => ['TestUpgrade'],
>
> to their config files, and possibly also something like
>
> make_jobs => 4,
>
>
> Enjoy.
>
> cheers
>
> andrew
>
>

In response to

Browse buildfarm-members by date

  From Date Subject
Next Message Andrew Dunstan 2012-11-05 12:41:51 Re: [Pgbuildfarm-members] Multiple buildfarm critters showing similar "Git-Dirty" failures
Previous Message Andrew Dunstan 2012-09-25 19:57:54 new buildfarm client release 4.8

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2012-09-25 23:26:09 Re: Oid registry
Previous Message John R Pierce 2012-09-25 23:10:16 Re: Switching timeline over streaming replication