Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,6 @@ steps:
build.env('BUILDKITE_PULL_REQUEST') != "false" &&
build.env('BUILDKITE_PIPELINE_SLUG') == "integrations"
- label: ":sonarqube: Continuous Code Inspection"
soft_fail: true # FIXME: Coverage is failing, remove this after solving the issue
timeout_in_minutes: 120
env:
VAULT_SONAR_TOKEN_PATH: "kv/ci-shared/platform-ingest/elastic/integrations/sonar-analyze-token"
agents:
image: "docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest"
cpu: "8"
memory: "4G"
command: ".buildkite/scripts/run_sonar_scanner.sh"
artifact_paths:
- build/test-coverage/coverage_merged.xml
if: |
build.env('BUILDKITE_PIPELINE_SLUG') == "integrations"
- label: ":junit: Junit annotate"
agents:
# requires at least "bash", "curl" and "git"
Expand Down
42 changes: 0 additions & 42 deletions .buildkite/scripts/run_sonar_scanner.sh

This file was deleted.

15 changes: 0 additions & 15 deletions sonar-project.properties

This file was deleted.