Skip to content

Conversation

@datho7561
Copy link
Contributor

@datho7561 datho7561 commented Apr 22, 2025

There are two goals for this PR:

  • I think that the root cause of the test timeout on Jenkins is that not enough RAM is available to the Jenkins agents
  • We can run the microprofile.jdt and microprofile.ls test suites in parallel and report their results separately
    • In the existing Jenkins suite, if the microprofile.jdt test suite fails, we don't run the microprofile.ls suite, which is bad because the microprofile.jdt almost always fails, so we never know the results of the microprofile.ls suite

Fixes #495

@datho7561
Copy link
Contributor Author

datho7561 commented Apr 22, 2025

I could also look into https://github.com/marketplace/actions/publish-test-results to improve reporting further; let me know if that looks helpful it's a bit convoluted to set up, I'm skipping it for now.

@datho7561 datho7561 force-pushed the github-actions branch 2 times, most recently from dd94c72 to a1740a0 Compare April 22, 2025 19:42
@datho7561 datho7561 merged commit 9aa027b into eclipse-lsp4mp:master Apr 24, 2025
1 of 4 checks passed
@datho7561 datho7561 deleted the github-actions branch April 24, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Seperate reporting for each test suite

1 participant