Skip to content

Commit fe005bf

Browse files
mergify[bot]v1v
andauthored
ci: remove sonarqube (#15557) (#15588)
(cherry picked from commit 2ab655d) Co-authored-by: Victor Martinez <[email protected]>
1 parent aba07ba commit fe005bf

File tree

3 files changed

+0
-72
lines changed

3 files changed

+0
-72
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,6 @@ steps:
7676
build.env('BUILDKITE_PULL_REQUEST') != "false" &&
7777
build.env('BUILDKITE_PIPELINE_SLUG') == "integrations"
7878
79-
- label: ":sonarqube: Continuous Code Inspection"
80-
soft_fail: true # FIXME: Coverage is failing, remove this after solving the issue
81-
timeout_in_minutes: 120
82-
env:
83-
VAULT_SONAR_TOKEN_PATH: "kv/ci-shared/platform-ingest/elastic/integrations/sonar-analyze-token"
84-
agents:
85-
image: "docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest"
86-
cpu: "8"
87-
memory: "4G"
88-
command: ".buildkite/scripts/run_sonar_scanner.sh"
89-
artifact_paths:
90-
- build/test-coverage/coverage_merged.xml
91-
if: |
92-
build.env('BUILDKITE_PIPELINE_SLUG') == "integrations"
93-
9479
- label: ":junit: Junit annotate"
9580
plugins:
9681
- junit-annotate#v2.5.0:

.buildkite/scripts/run_sonar_scanner.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

sonar-project.properties

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)