Description
I've been helping out @mhdawson and @sam-github update the test jobs in the CI to add centos7 for PPC (nodejs/build#1705). I've done the two main CITGM jobs (citgm-smoker and citgm-smoker-nobuild) but have noticed there are several more jobs in https://ci.nodejs.org/view/Node.js-citgm/ and am wondering if these are still in-use:
- https://ci.nodejs.org/view/Node.js-citgm/job/citgm-abi-smoker/
- https://ci.nodejs.org/view/Node.js-citgm/job/citgm-abi-smoker-forward-compat/
- https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-rebuild/
- https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-yarn/
These don't appear to have been updated in a long time and, for example, do not use the system selector script (https://github.com/nodejs/build/blob/master/jenkins/scripts/VersionSelectorScript.groovy) to determine which platforms to build/test on for a given Node.js version.
Does anyone know if the above jobs are still required? If so they probably need to be updated to work on Node.js master. If not we should archive/delete them.
cc @nodejs/citgm