From c6381a02f2403746600d42f51b5e736823acb65b Mon Sep 17 00:00:00 2001 From: chubnastia Date: Thu, 10 Sep 2026 10:35:02 +0200 Subject: [PATCH 1/2] removed needs from Extract Coverage --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a415cab257e..042de6b726f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -635,10 +635,6 @@ Extract Coverage: - .no_release_rules dependencies: - get_jacoco_cli - needs: - - job: get_jacoco_cli - artifacts: true - - job: NFS4.x protocol compliance tests script: - JACOCO_CLI_PATH="jacoco-${JACOCO_VERSION}/lib/jacococli.jar" - PODS=$(kubectl -n $K8S_NAMESPACE get pods -l app.kubernetes.io/instance=store -o jsonpath='{.items[*].metadata.name}') From 0490d5e15ec2dc9b92e4a761d3be4d9f2f9fc1e9 Mon Sep 17 00:00:00 2001 From: chubnastia Date: Thu, 10 Sep 2026 17:34:28 +0200 Subject: [PATCH 2/2] added workflow to stop MR pipelines --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 042de6b726f..8e912f8b03a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,14 @@ # The kubernetes based jobs don't use directly any job artefact, thus pulling artefact # is explicitly disabled by default. +workflow: + rules: + # Disable pipelines triggered by Merge Requests + - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' + when: never + # Allow branch pushes, tag pushes, etc. + - when: always + stages: # build rpm, tar, deb, oci container - build