osmith has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/72/36272/1
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}'
To view, visit change 36272. To unsubscribe, or for help writing mail filters, visit settings.