Skip to content

Commit 98cdc24

Browse files
mergify[bot]v1v
andauthored
ci: remove sonarqube (#5628) (#5634)
(cherry picked from commit eb3dbd8) Co-authored-by: Victor Martinez <[email protected]>
1 parent 482edee commit 98cdc24

File tree

4 files changed

+1
-37
lines changed

4 files changed

+1
-37
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -190,23 +190,6 @@ steps:
190190
- step: "e2e-test"
191191
allow_failure: true
192192

193-
- label: ":sonarqube: Continuous Code Inspection"
194-
env:
195-
VAULT_SONAR_TOKEN_PATH: "kv/ci-shared/platform-ingest/elastic/fleet-server/sonar-analyze-token"
196-
agents:
197-
image: "docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest"
198-
command:
199-
- "buildkite-agent artifact download build/*coverage*.out ."
200-
- "buildkite-agent artifact download build/test-unit*.out.xml ."
201-
- "/scan-source-code.sh"
202-
depends_on:
203-
- step: "unit-test"
204-
allow_failure: false
205-
- step: "e2e-test"
206-
allow_failure: false
207-
- step: "unit-test-macos-13"
208-
allow_failure: false
209-
210193
- label: ":gcloud: Cloud e2e Test"
211194
key: "cloud-e2e-test"
212195
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fleet Server
22

3-
[![Build status](https://badge.buildkite.com/e97572322f4d22804d550aa300c7d4cfe807f3463c999e8c8f.svg?branch=main)](https://buildkite.com/elastic/fleet-server) [![Coverage](https://sonar.elastic.dev/api/project_badges/measure?project=elastic_fleet-server_AYpL8BsVaV3I-igkX4hx&metric=coverage&token=sqb_0ac55a13c6a96c9ca98f6ec6d49c07eb55e79572)](https://sonar.elastic.dev/dashboard?id=elastic_fleet-server_AYpL8BsVaV3I-igkX4hx)
3+
[![Build status](https://badge.buildkite.com/e97572322f4d22804d550aa300c7d4cfe807f3463c999e8c8f.svg?branch=main)](https://buildkite.com/elastic/fleet-server)
44

55
Fleet server is the control server to manage a fleet of [elastic-agents](https://github.com/elastic/elastic-agent).
66

catalog-info.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
name: fleet-server
88
description: fleet-server - The control server for managing a fleet of elastic-agents
99
annotations:
10-
sonarqube.org/project-key: elastic_fleet-server_AYpL8BsVaV3I-igkX4hx
1110
gitops.elastic.co/service-name: fleet
1211
pagerduty.com/service-id: PW0VP7P
1312

sonar-project.properties

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

0 commit comments

Comments
 (0)