We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849019d commit 7cca5d6Copy full SHA for 7cca5d6
.buildkite/pipeline.yml
@@ -220,12 +220,14 @@ steps:
220
allowed: true
221
222
- label: ":junit: Junit annotate"
223
+ agents:
224
+ # requires at least "bash", "curl" and "git"
225
+ image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
226
plugins:
- - junit-annotate#v2.5.0:
227
+ - junit-annotate#v2.7.0:
228
artifacts: "**TEST-*.xml"
229
always-annotate: true
- agents:
- provider: "gcp"
230
+ run-in-docker: false
231
depends_on:
232
- step: "unit-tests-2204"
233
allow_failure: true
0 commit comments