Skip to content

Commit b74487c

Browse files
authored
bk: update junit-annotate to run faster (#5540)
1 parent 83231b1 commit b74487c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,13 @@ steps:
225225
limit: 1
226226

227227
- label: ":junit: Junit annotate"
228+
agents:
229+
# requires at least "bash", "curl" and "git"
230+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
228231
plugins:
229-
- junit-annotate#v2.4.1:
232+
- junit-annotate#v2.7.0:
230233
artifacts: "build/*.xml"
231-
agents:
232-
provider: "gcp"
234+
run-in-docker: false
233235
depends_on:
234236
- step: "unit-test"
235237
allow_failure: true

0 commit comments

Comments
 (0)