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

CI/CD pipeline:

- Defined ofc22 and ecoc22 dependencies
parent c22e71c5
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!216Resolve "Automate end-to-end tests and integrate them in CI/CD pipeline"
...@@ -40,6 +40,8 @@ end2end_test ecoc22: ...@@ -40,6 +40,8 @@ end2end_test ecoc22:
variables: variables:
TEST_NAME: 'ecoc22' TEST_NAME: 'ecoc22'
stage: end2end_test stage: end2end_test
needs:
- build ecoc22
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
script: script:
......
...@@ -40,6 +40,8 @@ end2end_test ofc22: ...@@ -40,6 +40,8 @@ end2end_test ofc22:
variables: variables:
TEST_NAME: 'ofc22' TEST_NAME: 'ofc22'
stage: end2end_test stage: end2end_test
needs:
- build ofc22
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
script: script:
......
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