Re: Searching for: Fast windows buildfarm animal

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>, Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Searching for: Fast windows buildfarm animal
Date: 2018-04-21 15:27:48
Message-ID: 6ae68109-452e-a966-4d3a-a8a5b6dc3485@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/20/2018 07:55 PM, Stephen Frost wrote:
> Greetings,
>
> * Andres Freund (andres(at)anarazel(dot)de) wrote:
>> It's common that half the buildfarm has reported back before a single
>> windows buildfarm animal reports. And if they report a failure one often
>> has to wait for hours for the next run.
> Yes, that's been rather annoying.
>
>> It'd be awesome if somebody could set up a windows animal that runs
>> frequently (i.e. checks for build needed every minute or five) and is
>> fast enough to not take ages to finish a build.
> Done.
>
> 'dory' was approved today which checks for new commits every 5 minutes
> and, as an added bonus, builds with a somewhat more recent version of
> Visual Studio (2015) and a recent Windows Server version (2016) as
> compared to the other Windows systems. While it's still not quite as
> fast as our faster buildfarm animals, it's at least able to report in
> within 20-30 minutes or so, as compared to hours.
>
> We'll probably continue to tweak the system a bit, but it's at least up
> and running now for HEAD, REL_10 and REL9_6 (older branches don't work
> easily with VS2015, as discussed elsewhere).
>
> If anyone has any specific questions about it or suggestions, please
> feel free to reach out.
>

Good. I notice that it doesn't seem to be running the plpython tests
even though it's configured for python. Looks like we need to adjust
vcregress.pl slightly.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-04-21 16:28:13 Re: Boolean partitions syntax
Previous Message Tom Lane 2018-04-21 14:57:38 Re: Memory Leaks in query_planner in postgresql 9.4 version