-
Notifications
You must be signed in to change notification settings - Fork 51
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
use NodeJS 18.x on EL9 CI nodes #2071
Conversation
Do we know for certain the tests will fail with 18? We could try it :) |
Webpack 3 doesn't like the new Node afaik |
@ekohl @ehelms need a few brains here…
We do not need NodeSource anymore. CentOS has new enough NodeJS. And someone even made How crazy would be to just stop managing NodeJS on EL8 completely, and instead use modules on EL9? |
I wonder if the reasoning behind this still holds true.
Fine by me. |
It does. OSUOSL nodes are significantly slower than Conova/Netways. |
I more meant to question whether our NodeJS testing has gotten faster as we use newer node and we've re-architected how it all gets built. |
it's even an upgrade of the Node version, as the old repo is not updated anymore:
|
Ah, well, I am not sure. I recall the original split was because of Ruby, not NodeJS and all tests run on the same jenkins node once they start? |
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.
3.9 is about to go EOL, but I'd also wait for all 3.9 jobs to be dropped from jenkins.jobs. Other than that, 👍
This is scoped to EL9 only, so it won't affect current nodes anyway, but yeah. |
We declared 3.9 dead, so I am merging this |
Requires