Backport PR #15563 to 8.10: [ci] JDK matrix Buildkite pipelines (pt 2/Windows) #15568
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport PR #15563 to 8.10 branch, original message:
Release notes
[rn:skip]
What does this PR do?
This commit adds JDK matrix Buildkite pipelines for Windows 2022, 2019 and 2016.
It also makes the groups easier to read (on both Linux and Windows pipelines) by removing the os-jdk prefix from the job labels.
testDLQWriterFlusherRemovesExpiredSegmentWhenCurrentHeadSegmentIsEmpty
fails on Windows Buildkite agents and it's a test issue tracked in #15562.Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration files (and/or docker env variables)Linux improved group views (link):
Screenshot
Windows run (link):
This run demonstrates two failures (Windows 2022 + 2019) due to #15562 , as well a success (Windows 2019).
Screenshot
Note that we also collect archived build artifacts to assist with troubleshooting:
Screenshot
How to test this PR locally
Just kick off a build using https://buildkite.com/elastic/logstash-windows-jdk-matrix-pipeline#new and defining this PR i.e.
pull/15563/merge
in thebranch
field.Related issues
testDLQWriterFlusherRemovesExpiredSegmentWhenCurrentHeadSegmentIsEmpty
fails on Windows 2022/2019 using Buildkite #15562