Skip to content

Commit 23fe2ef

Browse files
authored
Structure the BK pipeline output for failures (#3359)
1 parent d818046 commit 23fe2ef

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.buildkite/pipeline.yml

+9
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@ steps:
4040
agents:
4141
provider: "gcp"
4242
machineType: "n1-standard-8"
43+
44+
- wait: ~
45+
continue_on_failure: true
46+
- label: "Processing test results"
47+
agents:
48+
provider: "gcp"
49+
plugins:
50+
- junit-annotate#v2.4.1:
51+
artifacts: build/TEST-go-*.xml

.buildkite/scripts/steps/integration_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euxo pipefail
2+
set -euo pipefail
33

44
source .buildkite/scripts/common.sh
55

0 commit comments

Comments
 (0)