Skip to content

Commit e88deb2

Browse files
mergify[bot]pchila
andauthored
Remove sonarqube and merge code coverage steps (#10296) (#10303)
(cherry picked from commit e12debb) Co-authored-by: Paolo Chilà <[email protected]>
1 parent 9c4183b commit e88deb2

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -203,22 +203,6 @@ steps:
203203
- step: "unit-tests-win11"
204204
allow_failure: true
205205

206-
- label: "Merge coverage reports"
207-
key: "merge-coverage"
208-
env:
209-
BUILDKITE_REPO: ""
210-
command: |
211-
.buildkite/scripts/steps/merge.sh
212-
artifact_paths:
213-
- "build/TEST-go-unit.cov"
214-
agents:
215-
image: "golang:1.24.7"
216-
depends_on:
217-
- unit-tests
218-
- extended-windows
219-
allow_dependency_failure: true
220-
soft_fail: true # Until https://github.com/elastic/ingest-dev/issues/4042 is resolved
221-
222206
- group: "K8s tests"
223207
key: "k8s-tests"
224208
steps:
@@ -241,21 +225,6 @@ steps:
241225
manual:
242226
allowed: true
243227

244-
- label: ":sonarqube: Continuous Code Inspection"
245-
env:
246-
VAULT_SONAR_TOKEN_PATH: "kv/ci-shared/platform-ingest/elastic/elastic-agent/sonar-analyze-token"
247-
agents:
248-
image: "docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest"
249-
command:
250-
- "buildkite-agent artifact download --step merge-coverage build/TEST-go-unit.cov ."
251-
- "/scan-source-code.sh"
252-
depends_on:
253-
- "merge-coverage"
254-
retry:
255-
manual:
256-
allowed: true
257-
soft_fail: true # Until https://github.com/elastic/ingest-dev/issues/4042 is resolved
258-
259228
# Triggers a dynamic step: Sync K8s
260229
# Runs only on main and if k8s files are changed
261230
- label: "Trigger k8s sync"

0 commit comments

Comments
 (0)