Skip to content

Commit

Permalink
[CI] Soft fail merge coverage reports step (#5586)
Browse files Browse the repository at this point in the history
* Skip merge coverage reports step

* Add debugging echo

* Soft fail instead of skip

* Soft fail instead of skip
  • Loading branch information
ycombinator authored Sep 30, 2024
1 parent 701f8b9 commit ed98d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ steps:
- 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"
Expand Down Expand Up @@ -212,6 +213,7 @@ steps:
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
Expand Down
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Usage: merge.sh <step1> <step2> ... Where <step> is the id of the step that contains the coverage artifact.#

set -euo pipefail
set -x # for debugging

COV_ARTIFACT="coverage.out"
MERGED_COV_FILE="build/TEST-go-unit.cov"
Expand Down

0 comments on commit ed98d51

Please sign in to comment.