We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d818046 commit 23fe2efCopy full SHA for 23fe2ef
.buildkite/pipeline.yml
@@ -40,3 +40,12 @@ steps:
40
agents:
41
provider: "gcp"
42
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,5 +1,5 @@
1
#!/usr/bin/env bash
2
-set -euxo pipefail
+set -euo pipefail
3
4
source .buildkite/scripts/common.sh
5
0 commit comments