diff --git a/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml b/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml index 8c6ed1d2cd7015a28202b23726a17678cf29251f..e20717651be2be1ed4666f1ead099b8929429f38 100644 --- a/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml +++ b/src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml @@ -12,27 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Build, tag, and push the Docker images to the GitLab Docker registry -build ofc25_camara_agg_net: - variables: - TEST_NAME: 'ofc25-camara-agg-net-controller' - IP_NAME: 'ip' - IP_PORT: '9092' - stage: build - before_script: - - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - script: - - docker images --filter="dangling=true" --quiet | xargs -r docker rmi - rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' - - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' - - changes: - - src/common/**/*.py - - proto/*.proto - - src/tests/${TEST_NAME}/**/*.{py,in,sh,yml} - - src/tests/${TEST_NAME}/Dockerfile - - .gitlab-ci.yml - # Deploy TeraFlowSDN and Execute end-2-end test end2end_test ofc25_camara_agg_net: variables: diff --git a/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml b/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml index e8b646dc3cd543edf985caf51cc5e67b03061fb4..9b07bd0215d6c9ffe1a166d646481915067d6ae6 100644 --- a/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml +++ b/src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml @@ -12,29 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Build, tag, and push the Docker images to the GitLab Docker registry -build ofc25_camara_e2e: - variables: - TEST_NAME: 'ofc25-camara-e2e-controller' - NCE_NAME: 'nce' - AGG_NET_NAME: 'agg_net' - NCE_PORT: '9090' - AGG_NET_PORT: '9091' - stage: build - before_script: - - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - script: - - docker images --filter="dangling=true" --quiet | xargs -r docker rmi - rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH)' - - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "develop"' - - changes: - - src/common/**/*.py - - proto/*.proto - - src/tests/${TEST_NAME}/**/*.{py,in,sh,yml} - - src/tests/${TEST_NAME}/Dockerfile - - .gitlab-ci.yml - # Deploy TeraFlowSDN and Execute end-2-end test end2end_test ofc25_camara_e2e: variables: