Move away from nodejs4 in an Openstack context

First I voluntarely ignored 'x' projects. These changes are only against
openstack projects.

We recently experienced inconsistencies between yarn and the nodejs
version in use in some environments [1]. This problem have been fixed [2]
by Adding the nodejs10-publish-to-npm project template [3] and by using
it on the project that failed [4].

However today we started to experience the same issue again [5] on another
project (eslint-config-openstack).

These changes move this project under nodejs10.

Also these changes propose to move to nodejs10 all the projects under the
openstack umbrella.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-March/021002.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-March/021207.html
[3] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/781825/
[4] https://review.opendev.org/c/openstack/project-config/+/781826/
[5] http://lists.openstack.org/pipermail/release-job-failures/2021-April/001525.html

Change-Id: I208646b1701fde8e743a645a77ab73dcdc0a55a1
This commit is contained in:
Hervé Beraud 2021-04-08 11:19:03 +02:00
parent 97aa00414e
commit d8528d83a8

View File

@ -2476,7 +2476,7 @@
- project: - project:
name: openstack/eslint-config-openstack name: openstack/eslint-config-openstack
templates: templates:
- nodejs4-publish-to-npm - nodejs10-publish-to-npm
- official-openstack-repo-jobs - official-openstack-repo-jobs
- project: - project:
@ -2786,13 +2786,13 @@
- project: - project:
name: openstack/js-openstack-lib name: openstack/js-openstack-lib
templates: templates:
- nodejs4-publish-to-npm - nodejs10-publish-to-npm
- official-openstack-repo-jobs - official-openstack-repo-jobs
- project: - project:
name: openstack/karma-subunit-reporter name: openstack/karma-subunit-reporter
templates: templates:
- nodejs4-publish-to-npm - nodejs10-publish-to-npm
- official-openstack-repo-jobs - official-openstack-repo-jobs
- project: - project:
@ -3139,7 +3139,7 @@
- project: - project:
name: openstack/monasca-kibana-plugin name: openstack/monasca-kibana-plugin
templates: templates:
- nodejs4-publish-to-npm - nodejs10-publish-to-npm
- official-openstack-repo-jobs - official-openstack-repo-jobs
- project: - project: