Skip to content

Commit 2a5f5fd

Browse files
committed
jobs.yaml: Fix suite for LTP syscalls-ipc suite
The LTP syscalls-ipc job actually specifies the syscalls suite which is a *much* larger suite that doesn't finish in the allocated time, causing constant timeouts for every job that is scheduled. Use the expected suite name to schedule the much smaller syscalls-ipc suite. Signed-off-by: Mark Brown <[email protected]>
1 parent 16a48e3 commit 2a5f5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ jobs:
21432143
<<: *ltp-job
21442144
params:
21452145
<<: *ltp-params
2146-
tst_cmdfiles: "syscalls"
2146+
tst_cmdfiles: "syscalls-ipc"
21472147

21482148
ltp-timers:
21492149
<<: *ltp-job

0 commit comments

Comments
 (0)