Hi,
for my tests to run correctly, I need to set on the thread the SCHED_FIFO policy. On my local development computer I can do it by passing --cap-add=sys_nice
on Docker run command (which runs the container with the right capability and call to sched_setscheduler()
is possible).
However, I don’t know if I can somehow set the same in Drone Cloud?
Thanks.