chore(ci): running 5G RF simulator scenarios with address sanitizer
- I am building additional images with the
-asan
suffix in the image names forgnb
,cu-up
andnr-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