-
Notifications
You must be signed in to change notification settings - Fork 166
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
remove ppcle-ubuntu1404? #2159
Comments
cc @nodejs/platform-ppc |
I think we should remove it. I went end-of-support in April 2019. The centos builds run on ubunt 1404, if anyone is running it, but we don't need it in CI. |
+1 to removing. |
Via https://github.com/nodejs/jenkins-config-test/ here are the current references to
|
Removed the above references (updating to centos7-ppcle where necessary). Need to sweep through any references in the release CI before updating VersionSelectorScript.groovy and the compiler selector -- needs access to the release Jenkins (which I might get under #2286). |
Done the release CI jobs -- there appear to be jobs in the jenkins-config-release backup that are no longer in https://ci-release.nodejs.org/ and I'm presuming have been deleted. |
Follow up PR to remove from |
We no longer build ppcle Linux releases on Ubuntu with the End-of-Life of Node.js 8:
build/jenkins/scripts/VersionSelectorScript.groovy
Line 37 in 4464fa7
We test on
centos7-ppcle
for Node.js 10 onwards (i.e. all current supported Node.js versions). Time to retireppcle-ubuntu1404
and remove from the CI? At the very least we could stop testing on it on the more recent release lines.List of jobs to be updated on the public test CI based on https://github.com/nodejs/jenkins-config-test/ and the following shell script:
release CI:
The text was updated successfully, but these errors were encountered: