osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/67/36367/1
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}'