mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
This commit adds annotations for Java unit tests (in the pull request pipeline) helping
identify failing unit tests quickly.
(cherry picked from commit 286088915f
)
Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
parent
25a381b253
commit
cd0cdca811
1 changed files with 16 additions and 0 deletions
|
@ -47,6 +47,8 @@ steps:
|
|||
|
||||
source .buildkite/scripts/common/container-agent.sh
|
||||
ci/unit_tests.sh java
|
||||
artifact_paths:
|
||||
- "**/build/test-results/javaTests/TEST-*.xml"
|
||||
|
||||
- label: ":lab_coat: Integration Tests / part 1"
|
||||
key: "integration-tests-part-1"
|
||||
|
@ -139,3 +141,17 @@ steps:
|
|||
|
||||
source .buildkite/scripts/common/container-agent.sh
|
||||
x-pack/ci/integration_tests.sh
|
||||
|
||||
- wait: ~
|
||||
continue_on_failure: true
|
||||
|
||||
- label: "🏁 Annotate JUnit results"
|
||||
# the plugin requires docker run, hence the use of a VM
|
||||
agents:
|
||||
provider: gcp
|
||||
imageProject: elastic-images-prod
|
||||
image: family/platform-ingest-logstash-ubuntu-2204
|
||||
machineType: "n2-standard-2"
|
||||
plugins:
|
||||
- junit-annotate#v2.4.1:
|
||||
artifacts: "**/TEST-*.xml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue