Loading src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml +0 −21 Original line number Diff line number Diff line Loading @@ -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: Loading src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml +0 −23 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
src/tests/ofc25-camara-agg-net-controller/.gitlab-ci.yml +0 −21 Original line number Diff line number Diff line Loading @@ -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: Loading
src/tests/ofc25-camara-e2e-controller/.gitlab-ci.yml +0 −23 Original line number Diff line number Diff line Loading @@ -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: Loading