From d8713b20e771b3bf137a21ff35b84e780615593e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paolo=20Chil=C3=A0?= Date: Fri, 3 Oct 2025 16:41:08 +0200 Subject: [PATCH] Remove sonarqube and merge code coverage steps (#10296) (cherry picked from commit e12debbeab5046c90ace737f2233e85a145fe684) --- .buildkite/pipeline.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ee13ea23cf7..987326f8507 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -248,22 +248,6 @@ steps: - step: "unit-tests-win11" allow_failure: true - - label: "Merge coverage reports" - key: "merge-coverage" - env: - BUILDKITE_REPO: "" - command: | - .buildkite/scripts/steps/merge.sh - artifact_paths: - - "build/TEST-go-unit.cov" - agents: - image: "golang:1.24.7" - depends_on: - - unit-tests - - extended-windows - allow_dependency_failure: true - soft_fail: true # Until https://github.com/elastic/ingest-dev/issues/4042 is resolved - - group: "K8s tests" key: "k8s-tests" steps: @@ -288,21 +272,6 @@ steps: manual: allowed: true - - label: ":sonarqube: Continuous Code Inspection" - env: - VAULT_SONAR_TOKEN_PATH: "kv/ci-shared/platform-ingest/elastic/elastic-agent/sonar-analyze-token" - agents: - image: "docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest" - command: - - "buildkite-agent artifact download --step merge-coverage build/TEST-go-unit.cov ." - - "/scan-source-code.sh" - depends_on: - - "merge-coverage" - retry: - manual: - allowed: true - soft_fail: true # Until https://github.com/elastic/ingest-dev/issues/4042 is resolved - # Triggers a dynamic step: Sync K8s # Runs only on main and if k8s files are changed - label: "Trigger k8s sync"