Skip to content

Commit bc861ff

Browse files
authored
bk: update junit-annotate to run faster (#10064) (#10088)
1 parent 0ee4095 commit bc861ff

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
@@ -220,12 +220,14 @@ steps:
220220
allowed: true
221221

222222
- 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"
223226
plugins:
224-
- junit-annotate#v2.5.0:
227+
- junit-annotate#v2.7.0:
225228
artifacts: "**TEST-*.xml"
226229
always-annotate: true
227-
agents:
228-
provider: "gcp"
230+
run-in-docker: false
229231
depends_on:
230232
- step: "unit-tests-2204"
231233
allow_failure: true

0 commit comments

Comments
 (0)