Skip to content

Commit fce75d6

Browse files
authored
bk: update junit-annotate to run faster (#18193) (#18197)
1 parent 9d8bb60 commit fce75d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.buildkite/pull_request_pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,12 @@ steps:
341341
342342
- label: "🏁 Annotate JUnit results"
343343
depends_on: "java-unit-tests"
344-
# the plugin requires docker run, hence the use of a VM
345344
agents:
346-
provider: gcp
347-
imageProject: elastic-images-prod
348-
image: family/platform-ingest-logstash-ubuntu-2204
349-
machineType: "n2-standard-2"
345+
# requires at least "bash", "curl" and "git"
346+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
350347
plugins:
351-
- junit-annotate#v2.4.1:
348+
- junit-annotate#v2.7.0:
352349
artifacts: "**/TEST-*.xml"
350+
report-skipped: true
351+
always-annotate: true
352+
run-in-docker: false

0 commit comments

Comments
 (0)