-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split java/ruby unit test steps on Windows #15888
Conversation
As a follow up to elastic#15861 this commit splits the current unit tests step for the Windows JDK matrix pipeline to two that run Java and Ruby unit tests separately. Closes elastic#15566
Blocked by #15890 |
I merged the fix for #15890 in this PR and triggered a test run in https://buildkite.com/elastic/logstash-windows-jdk-matrix-pipeline/builds/123#_ to verify the fix. |
Now that the fix for the blocker has been merged, I merged main again in this PR and did a final BK re-run that verifies everything's ok: https://buildkite.com/elastic/logstash-windows-jdk-matrix-pipeline/builds/124 |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
💛 Build succeeded, but was flaky
Failed CI StepsHistory
cc @dliappis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@logstashmachine backport 8.13 |
@logstashmachine backport 8.12 |
@logstashmachine backport 7.17 |
As a follow up to #15861 this commit splits the current unit tests step for the Windows JDK matrix pipeline to two that run Java and Ruby unit tests separately. Closes #15566 (cherry picked from commit c0c213d) Co-authored-by: Dimitrios Liappis <[email protected]>
As a follow up to #15861 this commit splits the current unit tests step for the Windows JDK matrix pipeline to two that run Java and Ruby unit tests separately. Closes #15566 (cherry picked from commit c0c213d) Co-authored-by: Dimitrios Liappis <[email protected]>
As a follow up to #15861 this commit splits the current unit tests step for the Windows JDK matrix pipeline to two that run Java and Ruby unit tests separately. Closes #15566 (cherry picked from commit c0c213d) Co-authored-by: Dimitrios Liappis <[email protected]>
Release notes
[rn:skip]
What does this PR do?
As a follow up to #15861 this commit splits the current unit tests step for the Windows JDK matrix pipeline to two that run Java and Ruby unit tests separately.
How to test this PR locally
Test runs in Buildkite:
Related issues