Re: Keeping track of buildfarm animals' personality

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Keeping track of buildfarm animals' personality
Date: 2024-06-13 13:46:23
Message-ID: 202406131346.w2tqtjno4aja@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2024-Jun-12, Thomas Munro wrote:

> On Wed, Jun 12, 2024 at 4:13 AM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

> > There are two problems with this system, and have been since the get-go.
> > First, owners forget to run the upgrade-personalty.pl script when the
> > upgrade the OS and./or compiler. Second, there is no standardization of
> > the names. Complaints about these surfaced (again) at the Vancouver
> > unconference session about the buildfarm's future.
>
> I was sorry to miss that one! Basically every unconference was
> unmissable, but you had to miss 3/4 of them due to physics...

2/3. Yeah, but I think the room selection algorithm we used is flawed.
One that works better schedules all the most popular talks in the
biggest room (matches what we did), but for the second room, we should
sort in the opposite direction: put the fifth most popular topic in the
last slot of the second room, and the sixth most popular in the last
slot of the third room (instead, we filled the second and third room the
same way as the first one). So for twelve topics it'd be like this,
numbers represent topics ordered by popularity:

room 1 room 2 room 3
1. 11. 12.
2. 9. 10.
3. 7. 8.
4. 5. 6.

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2024-06-13 13:59:44 Re: Contributing test cases to improve coverage
Previous Message Robert Haas 2024-06-13 13:38:24 Re: RFC: adding pytest as a supported test framework