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

Gitlab CI/CD pipeline - OFC'22 & ECOC'22:

- Enabled re-build of components in OFC'22 & ECOC'22 tests
parent 1e877950
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"
...@@ -56,7 +56,7 @@ end2end_test ecoc22: ...@@ -56,7 +56,7 @@ end2end_test ecoc22:
# Configure TeraFlowSDN deployment # Configure TeraFlowSDN deployment
- source src/tests/${TEST_NAME}/deploy_specs.sh - source src/tests/${TEST_NAME}/deploy_specs.sh
- export TFS_REGISTRY_IMAGES="${CI_REGISTRY_IMAGE}" - export TFS_REGISTRY_IMAGES="${CI_REGISTRY_IMAGE}"
- export TFS_SKIP_BUILD="YES" - export TFS_SKIP_BUILD=""
- export TFS_IMAGE_TAG="latest" - export TFS_IMAGE_TAG="latest"
- echo "TFS_REGISTRY_IMAGES=${CI_REGISTRY_IMAGE}" - echo "TFS_REGISTRY_IMAGES=${CI_REGISTRY_IMAGE}"
......
...@@ -56,7 +56,7 @@ end2end_test ofc22: ...@@ -56,7 +56,7 @@ end2end_test ofc22:
# Configure TeraFlowSDN deployment # Configure TeraFlowSDN deployment
- source src/tests/${TEST_NAME}/deploy_specs.sh - source src/tests/${TEST_NAME}/deploy_specs.sh
- export TFS_REGISTRY_IMAGES="${CI_REGISTRY_IMAGE}" - export TFS_REGISTRY_IMAGES="${CI_REGISTRY_IMAGE}"
- export TFS_SKIP_BUILD="YES" - export TFS_SKIP_BUILD=""
- export TFS_IMAGE_TAG="latest" - export TFS_IMAGE_TAG="latest"
- echo "TFS_REGISTRY_IMAGES=${CI_REGISTRY_IMAGE}" - echo "TFS_REGISTRY_IMAGES=${CI_REGISTRY_IMAGE}"
......
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