| 15 Oct 2025 |
aloisw | (Not an issue on your end, I see it for my own changes too.) | 11:42:30 |
helle (just a stray cat girl) | I wonder if we can make the "queued jobs" show up more obviously in Gerrit like running ones are | 11:46:17 |
helle (just a stray cat girl) | because that would make it way more obvious | 11:46:28 |
helle (just a stray cat girl) | (we know we can check buildkite, but it is not the immediate thought I have if it only shows me | 11:47:11 |
helle (just a stray cat girl) |  Download clipboard.png | 11:47:13 |
helle (just a stray cat girl) | (it also probably should not be "Not run" but "Queued" but idk if we can easily do this without losing it for actual cases where we end up having a CI "Not run" situation) | 11:49:27 |
helle (just a stray cat girl) | the irony of forgetting to check Buildkite and forgetting how the queue is represented on a doc patch to mention for Buildkite in the hacking document is not lost on us | 12:00:24 |
just1602 | This morning I saw that https://github.com/flokli/gerrit-queue has been archived, and I was wondering what the infra team was planning to use as a merge queue? | 14:26:17 |
raitobezarius | I had planned to take inspiration from flokli's code and integrate it into gerrit-autosubmit (which is simply an autosubmitter) | 15:42:31 |
raitobezarius | The thing that shows the jobs is a JavaScript plugin (very hackable), you could probably pull the JS console and hack to see if there's missing data we could be processing to show this | 16:34:26 |
helle (just a stray cat girl) | oh, I can have look | 16:36:37 |
helle (just a stray cat girl) | yeah, the data is there, both the individual jobs in and waiting_jobs_count, which we can turn into a display item for sure | 19:56:25 |
helle (just a stray cat girl) | where is the source for the buildkite-checks plugin? | 20:00:39 |
delroth | https://git.afnix.fr/afnix/infra/src/branch/main/overlays/gerrit-plugins/buildkite-checks | 21:23:44 |
delroth | feel free to ping me directly if you need a patch deployed for testing | 21:24:05 |
| 16 Oct 2025 |
John Ericson | jade_: https://github.com/mesonbuild/meson/issues/1564#issuecomment-2322768608 not the first time we both encountered the same bug and were like "wtf!" :) | 16:12:09 |
jade_ | you've seen my code comments about this. i was really really mad. | 17:44:55 |
rosssmyth | Meson has a bunch of very funny decisions like this that make me not want to use it (I use it at work), but there's not much better. I guess bazel or buck2. | 18:35:27 |