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