Skip to content

chore(ci): running 5G RF simulator scenarios with address sanitizer

Raphael Defosseux requested to merge ci-run-rfsim-sanitize into develop
  • I am building additional images with the -asan suffix in the image names for gnb, cu-up and nr-ue
  • They are again pushed to the local registry
    • Images are about 200 Mbytes bigger
    • Normally I also did the LTE images but I did not add into the python framework to see the impact on the registry first
  • In the scenario files, I pull the -asan images and automatically use them instead of normal images
  • In the docker-compose files, added the ASAN_OPTIONS: detect_leaks=0 option
Edited by Raphael Defosseux

Merge request reports