Skip to content

Commit 3fcd104

Browse files
bk: update junit-annotate to run faster (#5540) (#5547)
(cherry picked from commit b74487c) Co-authored-by: Copilot <[email protected]>
1 parent 119ca89 commit 3fcd104

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
@@ -211,11 +211,13 @@ steps:
211211
- build/e2e-coverage.out
212212

213213
- label: ":junit: Junit annotate"
214+
agents:
215+
# requires at least "bash", "curl" and "git"
216+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
214217
plugins:
215-
- junit-annotate#v2.4.1:
218+
- junit-annotate#v2.7.0:
216219
artifacts: "build/*.xml"
217-
agents:
218-
provider: "gcp"
220+
run-in-docker: false
219221
depends_on:
220222
- step: "unit-test"
221223
allow_failure: true

0 commit comments

Comments
 (0)