Commit 63a681e2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

EuCNC24: Reduced logs in CI/CD pipeline

parent efd45732
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ end2end_test eucnc24:
  before_script:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
    - docker rm -f ${TEST_NAME} || true
    - sudo containerlab destroy --all --cleanup --log-level debug || true
    - sudo containerlab destroy --all --cleanup || true

  script:
    # Download Docker image to run the test
@@ -63,7 +63,7 @@ end2end_test eucnc24:
    - cp -R src/tests/${TEST_NAME}/clab/* /tmp/clab/${TEST_NAME}
    - tree -la /tmp/clab/${TEST_NAME}
    - cd /tmp/clab/${TEST_NAME}
    - sudo containerlab deploy --reconfigure --topo eucnc24.clab.yml --log-level debug
    - sudo containerlab deploy --reconfigure --topo eucnc24.clab.yml
    - cd $RUNNER_PATH

    # Wait for initialization of Device NOSes