The Test Linux Kernel / al2-5.10 job hit the 6-hour limit on the CI run for #300. al2-4.18 passed on the same run in ~25 minutes and the rest of CI was green.
This job was added in #280, where al2-5.10 most recently passed in ~25 minutes. #300 only changes the shell script of a single test, so this looks like an intermittent failure (likely a race) rather than something #300 introduced.
I've opened #302 adding timeout-minutes to test_linux_kernel so a recurrence fails fast instead of burning the full 6 hours.
The
Test Linux Kernel / al2-5.10job hit the 6-hour limit on the CI run for #300.al2-4.18passed on the same run in ~25 minutes and the rest of CI was green.This job was added in #280, where
al2-5.10most recently passed in ~25 minutes. #300 only changes the shell script of a single test, so this looks like an intermittent failure (likely a race) rather than something #300 introduced.I've opened #302 adding
timeout-minutestotest_linux_kernelso a recurrence fails fast instead of burning the full 6 hours.