Skip to content
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

CI jobs "Killed" randomly #1276

Merged
merged 1 commit into from
Nov 18, 2019
Merged

CI jobs "Killed" randomly #1276

merged 1 commit into from
Nov 18, 2019

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Nov 15, 2019

Fixes #1274

The issue happens because of the o.e.jdt.ls.tests/projects/gradle/* projects require different versions of gradle. That's way, GradleProjectImporterTest launches seven gradle daemons.
The daemons causes Jenkins to often killthe jdt.ls tests.
The PR sets the same version for all the projects (6.0) so that GradleProjectImporterTest launces only 2 daemons (the testDisableGradleWrapper test requires the 5.2.1 gradle version).

Signed-off-by: Snjezana Peco [email protected]

@snjeza
Copy link
Contributor Author

snjeza commented Nov 16, 2019

test this please

@snjeza snjeza changed the title [WIP] Update gradle tests CI jobs "Killed" randomly Nov 16, 2019
@snjeza snjeza requested a review from fbricon November 16, 2019 17:47
@snjeza snjeza assigned gorkem and unassigned gorkem Nov 16, 2019
@snjeza snjeza requested a review from gorkem November 16, 2019 17:48
@fbricon fbricon merged commit d95e454 into eclipse-jdtls:master Nov 18, 2019
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.

CI jobs "Killed" randomly
3 participants