-
- Downloads
fix(ci): properly removing docker volumes
Laurent noticed it on one of his MR and confirmed with him:
-- Volumes have be created the 1st time they ran on avra on July 7th
-- Volumes were created with not only the raw files but also the nr-softmodem executable
Solution: two-fold:
1. using the `docker-compose down -v` syntax, the volume is deleted automatically
2. I added redundancy with the custom command to remove the used volume
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
parent
0f254383
No related branches found
No related tags found
Showing
- ci-scripts/cls_containerize.py 3 additions, 9 deletionsci-scripts/cls_containerize.py
- ci-scripts/epc.py 2 additions, 3 deletionsci-scripts/epc.py
- ci-scripts/main.py 0 additions, 1 deletionci-scripts/main.py
- ci-scripts/ran.py 1 addition, 0 deletionsci-scripts/ran.py
- ci-scripts/xml_files/container_5g_rfsim_fdd_phytest.xml 8 additions, 0 deletionsci-scripts/xml_files/container_5g_rfsim_fdd_phytest.xml
- ci-scripts/xml_files/container_5g_rfsim_fdd_phytest_down.xml 8 additions, 0 deletionsci-scripts/xml_files/container_5g_rfsim_fdd_phytest_down.xml
- ci-scripts/xml_files/container_5g_rfsim_fr2_32prb.xml 8 additions, 0 deletionsci-scripts/xml_files/container_5g_rfsim_fr2_32prb.xml
- ci-scripts/xml_files/container_5g_rfsim_fr2_32prb_down.xml 8 additions, 0 deletionsci-scripts/xml_files/container_5g_rfsim_fr2_32prb_down.xml
- ci-scripts/xml_files/container_5g_rfsim_tdd_dora.xml 8 additions, 0 deletionsci-scripts/xml_files/container_5g_rfsim_tdd_dora.xml
- ci-scripts/xml_files/container_5g_rfsim_tdd_dora_down.xml 8 additions, 0 deletionsci-scripts/xml_files/container_5g_rfsim_tdd_dora_down.xml
Loading