Uh oh!
There was an error while loading. Please reload this page.
DPL: refactor TransitionState calculation - #14701
Conversation
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
ktf
commented
Sep 26, 2025
@ehellbar this is what we discussed today. Still to be tested. |
alibuild
commented
Oct 8, 2025
ehellbar
commented
Oct 9, 2025
Hi @ktf , thank you for this. I tested it locally with test workflows, all good. |
alibuild
commented
Oct 20, 2025
Error while checking build/O2/fullCI_slc9 for 5dafde5 at 2025-10-21 00:38: Full log here. |
alibuild
commented
Oct 29, 2025
Error while checking build/O2/fullCI_slc9 for 9b2f2c1 at 2025-10-29 17:28: Full log here. |
The executable might be in some subfolder, like stage/bin/.
* Drop unneeded helper. * Move the policies to the DeviceContext
Move it to a function and make it easily invokable with just a service registry ref. This should not change the current behavior. The goal is to be able to trigger the timers also within the input proxy busy loop so that the timers start at the appropriate moment.
Uh oh!
There was an error while loading. Please reload this page.
ktf
commented
Oct 30, 2025
@ehellbar as discussed private I understood the issue (the old instance for the processing policies was not removed and it was getting accessed uninitialised) and fixed it. The rest is otherwise unchanged and therefore I am merging this. Can you take a stab at integrating it with the input proxy? We have a look together if you want tomorrow if there is any issue. |
Move it to a function and make it easily invokable with just a service registry ref.
This should not change the current behavior.
The goal is to be able to trigger the timers also within the input proxy busy loop so
that the timers start at the appropriate moment.