On 2025-02-11 08:33:56 [-0300], Gustavo Padovan wrote: > Hi Sebastian, Hi Gustavo, > Thank you for your email. We are happy that KernelCI is helping you with tests. ;) > > Since PREEMPT_RT is now available upstream, would it work to compile and > > enable some of its tests for the supported architectures on Linus' tree > > and maybe the -next tree? I don't think that happens at the moment, I > > saw only a few stable-rt trees. > > https://github.com/kernelci/kernelci-pipeline/pull/1010 > > This will get it enabled for mainline and next. Allow us a few days for processing and > deploying this in production. Sure. Just poke if you have something to inspect or look at because of $reason. The architectures, that support RT are what you see in | git grep ARCH_SUPPORTS_RT arch/ so this does not include arm at current stage for instance. So in general, if you can't select CONFIG_PREEMPT_RT you can skip the config/ build/ test. RiscV on the other hand is supported. > Beyond that, we would love any feedback you have to us. A lot of the infra > we have today is new, so there are still rough edges to work on. Sure. How do I see easily what is tested/ done? I could maybe wait a few days and check the dashboard. The link from above showed timerlat has been but I didn't manage to figure what has been. I guess there is a script somewhere handling the logic. > Best, > > - Gus Sebastian