osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/36272?usp=email )
Change subject: jobs/ttcn3: run io_uring tests on specific nodes ......................................................................
jobs/ttcn3: run io_uring tests on specific nodes
io_uring_queue_init fails on some of the jenkins nodes running the TTCN3 testsuites with io_uring. It seems that the kernel is too old on these nodes. Run the testsuites only on jenkins nodes with the new ttcn3-io_uring label, which have a recent kernel.
Related: OS#6357 Change-Id: If917806f9056fdf99863f4132f44659b2bfd44c3 --- M jobs/ttcn3-testsuites.yml 1 file changed, 21 insertions(+), 0 deletions(-)
Approvals: laforge: Looks good to me, but someone else must approve pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index 9497238..71bcb81 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -207,16 +207,22 @@ # With LIBOSMO_IO_BACKEND=IO_URING (OS#6357) - ttcn3-bsc-test-io_uring: timer: H 11 * * * + node: ttcn3-io_uring - ttcn3-msc-test-io_uring: timer: H 11 * * * + node: ttcn3-io_uring - ttcn3-hnbgw-test-io_uring: timer: H 11 * * * + node: ttcn3-io_uring - ttcn3-gbproxy-test-io_uring: timer: H 11 * * * + node: ttcn3-io_uring - ttcn3-sgsn-test-io_uring: timer: H 11 * * * + node: ttcn3-io_uring - ttcn3-stp-test-io_uring: timer: H 11 * * * + node: ttcn3-io_uring
- job-template: name: '{job-name}'