Skip to content

Changes

Summary

  1. jobs/update-osmo-python: remove build3 (details)
  2. ttcn3-bsc-test-io_uring: limit jenkins nodes again (details)
Commit 7224e5b28566329770526a20a464c6354179580d by Oliver Smith
jobs/update-osmo-python: remove build3

build3 does not exist anymore, but it was still referenced here, leading
to the job waiting forever until build3 comes online.

Related: OS#6186
Change-Id: Idba77a3b9595c234ee21dfd1d0e267021a17bb03
The file was modified jobs/update-osmo-python-on-slaves.yml
Commit ef2d95d0a298da20043e3ec37f343c6661eedb01 by Oliver Smith
ttcn3-bsc-test-io_uring: limit jenkins nodes again

Run this job only on jenkins nodes with a linux kernel of 6.1.x or
higher. The io_uring implementation consumes a lot more memory on e.g.
the 5.10.x kernel of host2, which causes osmo-bsc to run out of memory
in other places:

<0002> system_information.c:1641 bts 0: Error while generating SI4: Cannot allocate memory (-12)
<0002> bts_trx.c:505 Cannot generate SI4 for BTS 0: error <Cannot allocate memory>, most likely a problem with neighbor cell list generation

Related: OS#6405
Change-Id: Iddf2d47a641998860fd1ef615de976104667c5ab
The file was modified jobs/ttcn3-testsuites.yml