Skip to content

Commit 442d125

Browse files
bk: update junit-annotate to run faster (#5540) (#5548)
(cherry picked from commit b74487c) Co-authored-by: Copilot <[email protected]>
1 parent ed4ed6d commit 442d125

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
@@ -217,11 +217,13 @@ steps:
217217
- *test_collector_plugin
218218

219219
- label: ":junit: Junit annotate"
220+
agents:
221+
# requires at least "bash", "curl" and "git"
222+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
220223
plugins:
221-
- junit-annotate#v2.4.1:
224+
- junit-annotate#v2.7.0:
222225
artifacts: "build/*.xml"
223-
agents:
224-
provider: "gcp"
226+
run-in-docker: false
225227
depends_on:
226228
- step: "unit-test"
227229
allow_failure: true

0 commit comments

Comments
 (0)