We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80fa0e commit 6e8cdebCopy full SHA for 6e8cdeb
.buildkite/pull_request_pipeline.yml
@@ -554,12 +554,12 @@ steps:
554
555
- label: "🏁 Annotate JUnit results"
556
depends_on: "java-unit-tests"
557
- # the plugin requires docker run, hence the use of a VM
558
agents:
559
- provider: gcp
560
- imageProject: elastic-images-prod
561
- image: family/platform-ingest-logstash-ubuntu-2204
562
- machineType: "n2-standard-2"
+ # requires at least "bash", "curl" and "git"
+ image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
563
plugins:
564
- - junit-annotate#v2.4.1:
+ - junit-annotate#v2.7.0:
565
artifacts: "**/TEST-*.xml"
+ report-skipped: true
+ always-annotate: true
+ run-in-docker: false
0 commit comments