jobs/gerrit: libosmocore: run on io_uring nodes

We have at least one node where the io_uring backend does not work.
Allow running the osmo_io tests with the io_uring backend in CI by
limiting the jenkins nodes used to the ones where we know that io_uring
works.

Related: libosmocore I82db9a15bc483a5447d86352512afaafa2bcfbb6
Related: OS#6405
Change-Id: I9289e2f84edbff95d81bb4a92863865b9563fc6a
This commit is contained in:
Oliver Smith 2024-03-20 10:51:04 +01:00
parent 642635a3af
commit cd0de59831
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@
- libosmo-sccp
- libosmocore:
slave_axis: !!python/tuple [io_uring] # OS#6405
a1_name: arch
a1: !!python/tuple [arm-none-eabi, amd64]
combination_filter: '!(arch=="arm-none-eabi" && label=="FreeBSD_amd64")'