Drop nodejs10 job
As we added nodejs14 support in I423e8bbec21ab1d52a0a840d779723aa92678735 change. We can now drop nodejs10 or related job as it is EOL. Change-Id: I54e909d2ba0c6d751247809373166c37f8baeb77
This commit is contained in:
parent
3f2adabf16
commit
8b59bc4370
@ -1,30 +1,3 @@
|
||||
- job:
|
||||
name: horizon-nodejs10-run-lint
|
||||
parent: nodejs-run-lint
|
||||
description: |
|
||||
Run lint using Node 10 for horizon plugins.
|
||||
vars:
|
||||
node_version: 10
|
||||
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
|
||||
nodeset: ubuntu-focal
|
||||
pre-run: playbooks/horizon-nodejs/pre.yaml
|
||||
required-projects:
|
||||
- openstack/horizon
|
||||
- openstack/requirements
|
||||
|
||||
- job:
|
||||
name: horizon-nodejs10-run-test
|
||||
parent: nodejs-run-test-browser
|
||||
description: |
|
||||
Run test using Node 10 for horizon plugins.
|
||||
vars:
|
||||
node_version: 10
|
||||
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
|
||||
pre-run: playbooks/horizon-nodejs/pre.yaml
|
||||
nodeset: ubuntu-focal
|
||||
required-projects:
|
||||
- openstack/horizon
|
||||
- openstack/requirements
|
||||
- job:
|
||||
name: horizon-nodejs14-run-lint
|
||||
parent: nodejs-run-lint
|
||||
@ -53,30 +26,6 @@
|
||||
- openstack/horizon
|
||||
- openstack/requirements
|
||||
|
||||
- project-template:
|
||||
name: horizon-nodejs10-jobs
|
||||
description: |
|
||||
Run lint and test jobs using Node 10 (LTS) for horizon plugins.
|
||||
check:
|
||||
jobs:
|
||||
- horizon-nodejs10-run-lint
|
||||
- horizon-nodejs10-run-test
|
||||
gate:
|
||||
jobs:
|
||||
- horizon-nodejs10-run-lint
|
||||
- horizon-nodejs10-run-test
|
||||
|
||||
- project-template:
|
||||
name: horizon-nodejs10-jobs-nonvoting
|
||||
description: |
|
||||
Run lint and test jobs using Node 10 (LTS) for horizon plugins.
|
||||
check:
|
||||
jobs:
|
||||
- horizon-nodejs10-run-lint:
|
||||
voting: false
|
||||
- horizon-nodejs10-run-test:
|
||||
voting: false
|
||||
|
||||
- project-template:
|
||||
name: horizon-nodejs14-jobs
|
||||
description: |
|
||||
|
@ -2,7 +2,6 @@
|
||||
templates:
|
||||
- check-requirements
|
||||
- horizon-cross-jobs
|
||||
- horizon-nodejs10-jobs
|
||||
- horizon-nodejs14-jobs
|
||||
- horizon-non-primary-django-jobs
|
||||
- openstack-lower-constraints-jobs
|
||||
@ -28,10 +27,8 @@
|
||||
jobs:
|
||||
- horizon-integration-tests-xstatic-master
|
||||
- horizon-tox-py36-xstatic-master
|
||||
- horizon-nodejs10-run-test-xstatic-master
|
||||
- horizon-nodejs14-run-test-xstatic-master
|
||||
periodic:
|
||||
jobs:
|
||||
- horizon-nodejs10-run-test
|
||||
- horizon-nodejs14-run-test
|
||||
- horizon-integration-tests
|
||||
|
@ -30,12 +30,6 @@
|
||||
parent: openstack-tox-py36
|
||||
required-projects: *xstatic-projects
|
||||
|
||||
- job:
|
||||
name: horizon-nodejs10-run-test-xstatic-master
|
||||
parent: horizon-nodejs10-run-test
|
||||
required-projects: *xstatic-projects
|
||||
pre-run: playbooks/npm-test-xstatic-master/pre.yaml
|
||||
|
||||
- job:
|
||||
name: horizon-nodejs14-run-test-xstatic-master
|
||||
parent: horizon-nodejs14-run-test
|
||||
|
Loading…
x
Reference in New Issue
Block a user