cfbot vs. changes in the set of CI tasks

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: cfbot vs. changes in the set of CI tasks
Date: 2022-09-22 21:44:56
Message-ID: 1990009.1663883096@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was confused about how come the new patches I'd just posted in
the 3848 CF item (write/read support for raw parse trees) are
showing a mix of passes and fails in the cfbot. I eventually
realized that the fail results are all old and stale, because
(for example) there's no longer a "FreeBSD - 13" task to run,
just "FreeBSD - 13 - Meson". This seems tremendously confusing.
Can we get the cfbot to not display no-longer-applicable results?

As a quick-fix hack it might do to just flush all the pre-meson-commit
results, but I doubt this'll be the last time we make such changes.
I think an actual filter comparing the result's time to the time of the
allegedly-being-tested patch would be prudent.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-09-22 21:50:04 Re: [RFC] building postgres with meson - v13
Previous Message Peter Geoghegan 2022-09-22 21:41:21 Re: Making C function declaration parameter names consistent with corresponding definition names