Skip to content

Commit 6e8cdeb

Browse files
authored
bk: update junit-annotate to run faster (#18193) (#18196)
1 parent d80fa0e commit 6e8cdeb

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

0 commit comments

Comments
 (0)