Merge "Drop nodejs10 job"
This commit is contained in:
commit
f706cffb95
@ -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:
|
- job:
|
||||||
name: horizon-nodejs14-run-lint
|
name: horizon-nodejs14-run-lint
|
||||||
parent: nodejs-run-lint
|
parent: nodejs-run-lint
|
||||||
@ -53,30 +26,6 @@
|
|||||||
- openstack/horizon
|
- openstack/horizon
|
||||||
- openstack/requirements
|
- 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:
|
- project-template:
|
||||||
name: horizon-nodejs14-jobs
|
name: horizon-nodejs14-jobs
|
||||||
description: |
|
description: |
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- horizon-cross-jobs
|
- horizon-cross-jobs
|
||||||
- horizon-nodejs10-jobs
|
|
||||||
- horizon-nodejs14-jobs
|
- horizon-nodejs14-jobs
|
||||||
- horizon-non-primary-django-jobs
|
- horizon-non-primary-django-jobs
|
||||||
- openstack-lower-constraints-jobs
|
- openstack-lower-constraints-jobs
|
||||||
@ -28,10 +27,8 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- horizon-integration-tests-xstatic-master
|
- horizon-integration-tests-xstatic-master
|
||||||
- horizon-tox-py36-xstatic-master
|
- horizon-tox-py36-xstatic-master
|
||||||
- horizon-nodejs10-run-test-xstatic-master
|
|
||||||
- horizon-nodejs14-run-test-xstatic-master
|
- horizon-nodejs14-run-test-xstatic-master
|
||||||
periodic:
|
periodic:
|
||||||
jobs:
|
jobs:
|
||||||
- horizon-nodejs10-run-test
|
|
||||||
- horizon-nodejs14-run-test
|
- horizon-nodejs14-run-test
|
||||||
- horizon-integration-tests
|
- horizon-integration-tests
|
||||||
|
@ -30,12 +30,6 @@
|
|||||||
parent: openstack-tox-py36
|
parent: openstack-tox-py36
|
||||||
required-projects: *xstatic-projects
|
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:
|
- job:
|
||||||
name: horizon-nodejs14-run-test-xstatic-master
|
name: horizon-nodejs14-run-test-xstatic-master
|
||||||
parent: horizon-nodejs14-run-test
|
parent: horizon-nodejs14-run-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user