Merge "Drop nodejs10 job"

This commit is contained in:
Zuul 2021-07-29 08:44:22 +00:00 committed by Gerrit Code Review
commit f706cffb95
3 changed files with 0 additions and 60 deletions

View File

@ -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: |

View File

@ -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

View File

@ -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