Re: [HACKERS] Automatic testing of patches in commit fest - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] Automatic testing of patches in commit fest
Date
Msg-id CAEepm=1amc3n2G3n_PntLtx-FqHa1vigHjDE4NHSw34FfGzJYw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Automatic testing of patches in commit fest  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
On Mon, Sep 11, 2017 at 12:10 PM, Jeff Janes <jeff.janes@gmail.com> wrote:
> On Sun, Sep 10, 2017 at 4:40 PM, Michael Paquier <michael.paquier@gmail.com>
>> http://commitfest.cputube.org/
>
> This looks very interesting.  But when I click on a "build: failing" icon,
> it takes me to a generic page,  not one describing how that specific build
> is failing.

True.  The problem is that travis-ci.org doesn't seem to provide a URL
that can take you directly to the latest build for a given branch,
instead I'd need to figure out how to talk to their API to ask for the
build ID of the latest build for that branch.  For now you have to
note the Commitfest entry ID, and then when find the corresponding
branch (ie commitfest/14/1234) on the page it dumps you on.  It would
be nice to fix that.

-- 
Thomas Munro
http://www.enterprisedb.com


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Automatic testing of patches in commit fest
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] The case for removing replacement selection sort