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 9d8bb60 commit fce75d6Copy full SHA for fce75d6
.buildkite/pull_request_pipeline.yml
@@ -341,12 +341,12 @@ steps:
341
342
- label: "🏁 Annotate JUnit results"
343
depends_on: "java-unit-tests"
344
- # the plugin requires docker run, hence the use of a VM
345
agents:
346
- provider: gcp
347
- imageProject: elastic-images-prod
348
- image: family/platform-ingest-logstash-ubuntu-2204
349
- machineType: "n2-standard-2"
+ # requires at least "bash", "curl" and "git"
+ image: "docker.elastic.co/ci-agent-images/buildkite-junit-annotate:1.0"
350
plugins:
351
- - junit-annotate#v2.4.1:
+ - junit-annotate#v2.7.0:
352
artifacts: "**/TEST-*.xml"
+ report-skipped: true
+ always-annotate: true
+ run-in-docker: false
0 commit comments