aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-03-20 10:06:55 +0100
committerOliver Smith <osmith@sysmocom.de>2024-03-20 11:52:41 +0100
commit3cf8a0e792c1266ebf5ba8c1221c2127ae100993 (patch)
tree6ca45d2e747bf1b6a6c4fb3359acedd21618cafd
parentcd0de5983124a23bb8c8f85651a8a1bfba317a6b (diff)
jenkins: Add io_uring job for osmo-mgw
A change introducing osmo_io for RTP/RTCP of omo-mgw is currently in review at https://gerrit.osmocom.org/c/osmo-mgw/+/36363 Let's make sure we have a related io_uring test job. Change-Id: I672c72c855bebc1f895be51f3fa3cf0e368005ff Related: OS#6387, SYS#5094
-rw-r--r--jobs/ttcn3-testsuites.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 90a3aa3..74c0a22 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -223,6 +223,9 @@
- ttcn3-stp-test-io_uring:
timer: H 11 * * *
node: io_uring # OS#6405
+ - ttcn3-mgw-test-io_uring:
+ timer: H 11 * * *
+ node: io_uring # OS#6405
- job-template:
name: '{job-name}'