Re: 2018-03 CFM - Mailing list pgsql-hackers

From David Steele
Subject Re: 2018-03 CFM
Date
Msg-id 89de1de0-4d15-daaa-d2c7-30e06160a002@pgmasters.net
Whole thread Raw
In response to Re: 2018-03 CFM  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: 2018-03 CFM  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
On 3/5/18 6:06 PM, Thomas Munro wrote:
> On Sat, Mar 3, 2018 at 1:18 AM, Aleksander Alekseev
>>
>> I don't think commitfest.cputube.org has the SQL data on whether patch
>> pass the tests. It just displays SVG images from travis-ci.org. Also
>> unfortunately both commitfest.postgresql.org and commitfest.cputube.org
>> currently don't have any kind of public API and don't allow to export
>> data, e.g. in CSV or JSON.
> 
> My current plan is to propose that we post automated apply/build
> results into the Commitfest app itself so that it can show them, and
> then shut down commitfest.cputube.org.

+1

> The reason commitfest.cputube.org is so limited, not integrated yet
> and running on a strange domain name is because I decided to build an
> independent proof-of-concept first.  I imagined that negotiating with
> many busy people on how such a thing should work and what would even
> be possible first would be more likely to stall, based on previous
> experiences with humans :-D

I've been using commitfest.cputube.org for reference since the last CF,
though I'm unsure if it rechecks patches when master changes, so I do
that manually.  Anyway, that's probably too much to ask since every push
to master would set off a 100+ builds on Travis.

Maybe just reapply once a day when master changes?  And only rebuild if
the patch changes?  Not perfect, but it would work in most cases.

I use Travis for the pgBackRest project, and I try to be considerate of
the free resources.  I dislike the idea of throwing a ton of builds at
them without considering what would be most useful.

Regards,
-- 
-David
david@pgmasters.net


pgsql-hackers by date:

Previous
From: "Tsunakawa, Takayuki"
Date:
Subject: RE: [bug fix] pg_rewind takes long time because it mistakenlycopies data files
Next
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Fix inadequate locking during get_rel_oids().