Skip to content
Snippets Groups Projects
Commit c999bcf7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

GitLab CI/CD pipeline - OFC'24:

- Updated destroy of pipeline manifest
parent 4bc7d644
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!223Resolve "Fix OFC'24 end-to-end test for Optical Controller component"
...@@ -46,7 +46,7 @@ end2end_test ofc24: ...@@ -46,7 +46,7 @@ end2end_test ofc24:
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker rm -f na-t1 na-t2 na-r1 na-r2 - docker rm -f na-t1 na-t2 na-r1 na-r2
- docker network rm na-br - docker network rm -f na-br
script: script:
# Download Docker image to run the test # Download Docker image to run the test
...@@ -149,7 +149,8 @@ end2end_test ofc24: ...@@ -149,7 +149,8 @@ end2end_test ofc24:
- docker logs na-r2 - docker logs na-r2
# Destroy Optical Device Node Agents # Destroy Optical Device Node Agents
- ./src/tests/${TEST_NAME}/destroy-node-agents.sh - docker rm -f na-t1 na-t2 na-r1 na-r2
- docker network rm -f na-br
# Clean old docker images # Clean old docker images
- docker images --filter="dangling=true" --quiet | xargs -r docker rmi - docker images --filter="dangling=true" --quiet | xargs -r docker rmi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment