It seems to happen more frequently in the isolated CI jobs. See this run for example.
Note that the problem can be reproduced locally by running the following sequence:
make rpm image EMBED_CONTAINER_IMAGES=1
while make clean run run-ready run-healthy ISOLATED_NETWORK=1 ; do sleep 0 ; done
Note: Run make rpm image EMBED_CONTAINER_IMAGES=1 WITH_KINDNET=0 command to test with OVN-k networking.
It seems to happen more frequently in the
isolatedCI jobs. See this run for example.Note that the problem can be reproduced locally by running the following sequence:
Note: Run
make rpm image EMBED_CONTAINER_IMAGES=1 WITH_KINDNET=0command to test with OVN-k networking.