Skip to content

Conversation

@richardlau
Copy link
Member

Refs: #3030

This PR moves a subset of out test infrastructure off Java 8 onto either Java 11 or 17 (depending on what is available from the OS package repositories) to allow us to update Jenkins in the future. Remaining platforms will be dealt with later.

Latest Jenkins LTS release has dropped support for Java 8.
Update Ansible scripts for FreeBSD 12 to update to Java 11. Also fixes
issues with the scripts running with Ansible 2.11.2.
'apt': ['debian', 'ubuntu'],
'dnf': ['aix73', 'fedora', 'rhel8'],
'pkg': 'freebsd',
'pkgng': 'freebsd',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW I needed to change this to get the Jenkins worker create Ansible playbook to run against our FreeBSD 12 machines otherwise I was getting errors:

Could not find a module for pkg.

from Ansible (2.11.2).

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Since we don't build/release using XLC (we use GCC instead) I don't think the update of the runtime will have any effecton the releases.

@richardlau richardlau merged commit e61ec8f into nodejs:main Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants