From 236270482c97097ec1e7213af04e3c3b7f0fdc6f Mon Sep 17 00:00:00 2001 From: Konrad Botor Date: Fri, 29 Mar 2024 08:28:11 +0000 Subject: [PATCH] Disabled merge request pipleines --- .gitlab-ci.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index 576cb26ad..dbb651c60 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -31,18 +31,12 @@ variables: CI_DEBUG_SERVICES: "false" #All the service logs should be saved as artifacts, so it's fine to turn this off. include: + - template: Workflows/Branch-Pipelines.gitlab-ci.yml - project: hive/haf ref: e988b4e0d221f4b8efcad2bc2e1b587e4c227669 # master file: /scripts/ci-helpers/prepare_data_image_job.yml # implicitly pulls base.gitlab-ci.yml from common-ci-configuration -workflow: - rules: - - if: '$CI_MERGE_REQUEST_IID' - - if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS' - when: never - - if: '$CI_COMMIT_BRANCH || $CI_COMMIT_TAG' - #>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>| ANCHORS |>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> .shared_tags: @@ -545,8 +539,6 @@ Trigger benchmark-results-collector: - job: e2e_benchmark artifacts: true # Even though variables.env is not a regular artifact, but a dotenv report, this still needs to be set to true rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - when: never - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' when: on_success - if: '$CI_COMMIT_BRANCH == "develop"'