From 66363117c3eacb963960eb01359ef32ad75474ed Mon Sep 17 00:00:00 2001 From: hajipour <shajipour@cttc.es> Date: Sat, 1 Feb 2025 20:38:59 +0100 Subject: [PATCH] ofc25 gitlab-ci change --- .../.gitlab-ci.yml | 21 ----------------- .../.gitlab-ci.yml | 23 ------------------- 2 files changed, 44 deletions(-) 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 8c6ed1d2c..e20717651 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 e8b646dc3..9b07bd021 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: -- GitLab