laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/36367?usp=email )
Change subject: jobs/ttcn3: rename io_uring node label
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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
https://gerrit.osmocom.org/c/osmo-ci/+/36367?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: Icd23a4497771c939f6b988ea244c9dcabfd30e3f
Gerrit-Change-Number: 36367
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: jolly <andreas(a)eversberg.eu>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged