2024-09-23T13:10:28.639Z | <Adam Kraitman> Hey @Jose J Palacios-Perez I will probably get to it tommrow, sorry it's a very busy time for us |
2024-09-23T13:16:02.906Z | <Patrick Donnelly> teuthology queue is empty 😱 |
2024-09-23T13:51:34.364Z | <Brett Niver> @Patrick Donnelly does that mean nobody is testing, or something is broken? |
2024-09-23T13:59:50.565Z | <Patrick Donnelly> former |
2024-09-23T14:00:08.885Z | <Patrick Donnelly> teuthology finally got through our impressive backlog of nightlies |
2024-09-23T14:03:49.575Z | <yuriw> I will be back 😉 soon |
2024-09-23T14:54:54.854Z | <gregsfortytwo> Stud was busted much of Friday with the iscsi services down so that probably stopped people scheduling ;) |
2024-09-23T15:37:30.336Z | <Adam Kraitman> Hey @Guillaume Abrioux I am running the grafana-agent ansible role to fix this config |
2024-09-23T15:39:31.437Z | <Guillaume Abrioux> alright |
2024-09-23T16:14:18.911Z | <Kyrylo Shatskyy> On which distros do we run make check tests against PRs? Is it only ubuntu/debian? |
2024-09-23T16:16:28.002Z | <Kyrylo Shatskyy> I can only find:
``` node: huge && bionic && x86_64``` |
2024-09-23T16:17:07.434Z | <Kyrylo Shatskyy> Does it mean we literally do not support make test on anything but ubuntu? |
2024-09-23T16:17:17.488Z | <Kyrylo Shatskyy> Does it mean we literally do not support make test on anything but ubuntu 18.04? |
2024-09-23T16:22:18.736Z | <gregsfortytwo> We definitely only do one make check per PR; it’s hugely expensive. I hope it’s not still on 18.04 but the OS isn’t a big statement and shouldn’t be for this? |
2024-09-23T16:47:52.153Z | <Casey Bodley> pr checks run against ubuntu 22.04. not sure exactly where that's specified |
2024-09-23T17:30:10.732Z | <Josh Durgin> my memory from @Dan Mick and @Adam Kraitman was that some of the labels on the nodes don't reflect their actual os, e.g. packages are built in some ubuntu-machine but in synthetic environments with the actual release e.g. pbuilder for .deb, so host version and names weren't always kept updated with the latest release |
2024-09-23T17:40:59.270Z | <Dan Mick> Full deb builds run in pbuilder. Make check does not iirc. Labels with -inetalled-os are meant to be accurate where it matters, but jobs haven't been changed to use them, for the most part |
2024-09-23T17:42:18.478Z | <Dan Mick> I suspect make check runs on jammy because most of our deb builders are jammy but can pbuild any deb release |
2024-09-23T18:15:38.200Z | <Dan Mick> Full deb builds run in pbuilder. Make check does not iirc. Labels with -installed-os are meant to be accurate where it matters, but jobs haven't been changed to use them, for the most part |