Skip to content

Commit c2851a9

Browse files
authored
bk: update junit-annotate to run faster (#18193)
1 parent ad42337 commit c2851a9

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
@@ -556,12 +556,12 @@ steps:
556556
557557
- label: "🏁 Annotate JUnit results"
558558
depends_on: "java-unit-tests"
559-
# the plugin requires docker run, hence the use of a VM
560559
agents:
561-
provider: gcp
562-
imageProject: elastic-images-prod
563-
image: family/platform-ingest-logstash-ubuntu-2204
564-
machineType: "n2-standard-2"
560+
# requires at least "bash", "curl" and "git"
561+
image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
565562
plugins:
566-
- junit-annotate#v2.4.1:
563+
- junit-annotate#v2.7.0:
567564
artifacts: "**/TEST-*.xml"
565+
report-skipped: true
566+
always-annotate: true
567+
run-in-docker: false

0 commit comments

Comments
 (0)