Skip to content
Merged
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
31 changes: 0 additions & 31 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down