laforge submitted this change.

View Change


Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
jobs/ttcn3: rename io_uring node label

Rename it from ttcn3-io_uring to io_uring, as it will be used for
non-ttcn3 jobs too in the next patch.

Related: OS#6405
Change-Id: Icd23a4497771c939f6b988ea244c9dcabfd30e3f
---
M jobs/ttcn3-testsuites.yml
1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 71bcb81..90a3aa3 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -207,22 +207,22 @@
# With LIBOSMO_IO_BACKEND=IO_URING (OS#6357)
- ttcn3-bsc-test-io_uring:
timer: H 11 * * *
- node: ttcn3-io_uring
+ node: io_uring # OS#6405
- ttcn3-msc-test-io_uring:
timer: H 11 * * *
- node: ttcn3-io_uring
+ node: io_uring # OS#6405
- ttcn3-hnbgw-test-io_uring:
timer: H 11 * * *
- node: ttcn3-io_uring
+ node: io_uring # OS#6405
- ttcn3-gbproxy-test-io_uring:
timer: H 11 * * *
- node: ttcn3-io_uring
+ node: io_uring # OS#6405
- ttcn3-sgsn-test-io_uring:
timer: H 11 * * *
- node: ttcn3-io_uring
+ node: io_uring # OS#6405
- ttcn3-stp-test-io_uring:
timer: H 11 * * *
- node: ttcn3-io_uring
+ node: io_uring # OS#6405

- job-template:
name: '{job-name}'

To view, visit change 36367. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Icd23a4497771c939f6b988ea244c9dcabfd30e3f
Gerrit-Change-Number: 36367
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas@eversberg.eu>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-MessageType: merged