osmith has uploaded this change for review. (
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(-)
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
https://gerrit.osmocom.org/c/osmo-ci/+/36272?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If917806f9056fdf99863f4132f44659b2bfd44c3
Gerrit-Change-Number: 36272
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange