Pin nodejs6 & nodejs8 jobs on ubuntu-bionic

As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

There is no nodejs6 and nodejs8 on focal. We need to pin bionic
nodeset for both of these. And run nodejs10 on focal.
[1]https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html

Change-Id: I544489f1dab58fe6c6855ee776facf4e8a890428
This commit is contained in:
Ghanshyam Mann 2020-06-27 19:31:51 -05:00
parent 60f23770d9
commit 1b7a407e14
1 changed files with 14 additions and 0 deletions

View File

@ -1744,17 +1744,21 @@
- nodejs-run-lint:
vars:
node_version: 6
nodeset: ubuntu-bionic
- nodejs-run-test-browser:
vars:
node_version: 6
nodeset: ubuntu-bionic
gate:
jobs:
- nodejs-run-lint:
vars:
node_version: 6
nodeset: ubuntu-bionic
- nodejs-run-test-browser:
vars:
node_version: 6
nodeset: ubuntu-bionic
- project-template:
name: nodejs8-jobs
@ -1765,17 +1769,21 @@
- nodejs-run-lint:
vars:
node_version: 8
nodeset: ubuntu-bionic
- nodejs-run-test-browser:
vars:
node_version: 8
nodeset: ubuntu-bionic
gate:
jobs:
- nodejs-run-lint:
vars:
node_version: 8
nodeset: ubuntu-bionic
- nodejs-run-test-browser:
vars:
node_version: 8
nodeset: ubuntu-bionic
- project-template:
name: nodejs10-jobs
@ -1786,17 +1794,21 @@
- nodejs-run-lint:
vars:
node_version: 10
nodeset: ubuntu-focal
- nodejs-run-test-browser:
vars:
node_version: 10
nodeset: ubuntu-focal
gate:
jobs:
- nodejs-run-lint:
vars:
node_version: 10
nodeset: ubuntu-focal
- nodejs-run-test-browser:
vars:
node_version: 10
nodeset: ubuntu-focal
- project-template:
name: nodejs4-docs
@ -1824,11 +1836,13 @@
- nodejs-npm-run-docs:
vars:
node_version: 8
nodeset: ubuntu-bionic
gate:
jobs:
- nodejs-npm-run-docs:
vars:
node_version: 8
nodeset: ubuntu-bionic
- project-template:
name: tempest-plugin-jobs