Skip to content

Commit

Permalink
Structure the BK pipeline output for failures (#3359)
Browse files Browse the repository at this point in the history
(cherry picked from commit 23fe2ef)
  • Loading branch information
alexsapran authored and mergify[bot] committed Sep 18, 2023
1 parent e902065 commit 8602952
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ steps:
agents:
provider: "gcp"
machineType: "n1-standard-8"

- wait: ~
continue_on_failure: true
- label: "Processing test results"
agents:
provider: "gcp"
plugins:
- junit-annotate#v2.4.1:
artifacts: build/TEST-go-*.xml
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/integration_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euxo pipefail
set -euo pipefail

source .buildkite/scripts/common.sh

Expand Down

0 comments on commit 8602952

Please sign in to comment.