Skip to content
Snippets Groups Projects
Commit 4e32b376 authored by Carlos Manso's avatar Carlos Manso
Browse files

Merge branch...

Merge branch 'feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers' of https://labs.etsi.org/rep/tfs/controller into feat/216-cttc-implement-integration-test-between-e2e-ip-optical-sdn-controllers
parents e4bd1cb9 5716d1bf
No related branches found
No related tags found
1 merge request!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
......@@ -17,6 +17,7 @@ build ecoc24:
variables:
TEST_NAME: 'ecoc24'
stage: build
allow_failure: true
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......@@ -49,6 +50,7 @@ end2end_test ecoc24:
variables:
TEST_NAME: 'ecoc24'
stage: end2end_test
allow_failure: true
# Disable to force running it after all other tasks
#needs:
# - build ecoc24
......@@ -57,6 +59,13 @@ end2end_test ecoc24:
- docker network rm -f na-br
- kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip
- helm3 uninstall --namespace nats-e2e nats-e2e
- helm3 uninstall --namespace nats-ip nats-ip
- helm3 uninstall --namespace nats-opt nats-opt
- helm3 uninstall --namespace nats nats
- kubectl delete namespaces nats nats-ip nats-opt nats-e2e
script:
# Download Docker image to run the test
- docker pull "${CI_REGISTRY_IMAGE}/${TEST_NAME}:latest"
......
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