File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -248,22 +248,6 @@ steps:
248248 - step : " unit-tests-win11"
249249 allow_failure : true
250250
251- - label : " Merge coverage reports"
252- key : " merge-coverage"
253- env :
254- BUILDKITE_REPO : " "
255- command : |
256- .buildkite/scripts/steps/merge.sh
257- artifact_paths :
258- - " build/TEST-go-unit.cov"
259- agents :
260- image : " golang:1.24.7"
261- depends_on :
262- - unit-tests
263- - extended-windows
264- allow_dependency_failure : true
265- soft_fail : true # Until https://github.com/elastic/ingest-dev/issues/4042 is resolved
266-
267251 - group : " K8s tests"
268252 key : " k8s-tests"
269253 steps :
@@ -288,21 +272,6 @@ steps:
288272 manual :
289273 allowed : true
290274
291- - label : " :sonarqube: Continuous Code Inspection"
292- env :
293- VAULT_SONAR_TOKEN_PATH : " kv/ci-shared/platform-ingest/elastic/elastic-agent/sonar-analyze-token"
294- agents :
295- image : " docker.elastic.co/cloud-ci/sonarqube/buildkite-scanner:latest"
296- command :
297- - " buildkite-agent artifact download --step merge-coverage build/TEST-go-unit.cov ."
298- - " /scan-source-code.sh"
299- depends_on :
300- - " merge-coverage"
301- retry :
302- manual :
303- allowed : true
304- soft_fail : true # Until https://github.com/elastic/ingest-dev/issues/4042 is resolved
305-
306275 # Triggers a dynamic step: Sync K8s
307276 # Runs only on main and if k8s files are changed
308277 - label : " Trigger k8s sync"
You can’t perform that action at this time.
0 commit comments