Skip to content

Commit 3fb49e6

Browse files
authored
bk: update junit-annotate to run faster (#10064) (#10089)
1 parent b89dd20 commit 3fb49e6

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
@@ -181,12 +181,14 @@ steps:
181181
allowed: true
182182

183183
- label: ":junit: Junit annotate"
184+
agents:
185+
# requires at least "bash", "curl" and "git"
186+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
184187
plugins:
185-
- junit-annotate#v2.5.0:
188+
- junit-annotate#v2.7.0:
186189
artifacts: "**TEST-*.xml"
187190
always-annotate: true
188-
agents:
189-
provider: "gcp"
191+
run-in-docker: false
190192
depends_on:
191193
- step: "unit-tests-2204"
192194
allow_failure: true

0 commit comments

Comments
 (0)