Commit 996c08ab authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

CI/CD pipeline:

- Fixed execution of OFC'22 tests
parent 3c3954b2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,8 +44,10 @@ end2end ofc22:
  stage: end2end_test
  before_script:
    - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
    - docker pull "$CI_REGISTRY_IMAGE/${TEST_NAME}:$IMAGE_TAG"
  script:
    # Download Docker image to run the test
    - docker pull "$CI_REGISTRY_IMAGE/${TEST_NAME}:$IMAGE_TAG"

    # Check MicroK8s is ready
    - microk8s status --wait-ready
    - kubectl get pods --all-namespaces