Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testcases/pmwg.yaml: Change timeout division to integer (//)
LAVA testjob submit fail because / returns float and SQUAD/LAVA expect integer for timeouts. Set linux-pmwg timeout to test_timeout without division because {{ test_timeout // 1.5 }} will return float number. See, https://qa-reports.linaro.org/testjob/5842098 Signed-off-by: Aníbal Limón <[email protected]>
- Loading branch information