10ed30ebd8
As nodejs v20 job is passing in horizon and all horizon plugins [1]. So we didn't require the nodejs v18 job. This patch removes the nodejs v18 job definition from ``.zuul.d/nodejs-jobs.yaml`` and other nodejs v18 job references. [1] https://review.opendev.org/c/openstack/horizon/+/904934 Change-Id: I3a27799b4864c572a2ef7bf7477ea2b21eb8f395
36 lines
1012 B
YAML
36 lines
1012 B
YAML
- project:
|
|
queue: horizon
|
|
templates:
|
|
- check-requirements
|
|
- horizon-cross-jobs
|
|
- horizon-nodejs-jobs
|
|
- horizon-non-primary-django-jobs
|
|
- openstack-python3-jobs
|
|
- periodic-stable-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- horizon-selenium-headless
|
|
- horizon-integration-tests
|
|
- horizon-integration-pytest:
|
|
voting: false
|
|
- horizon-dsvm-tempest-plugin
|
|
- horizon-tox-bandit-baseline
|
|
- horizon-tempest-plugin-ipv6
|
|
gate:
|
|
jobs:
|
|
- horizon-dsvm-tempest-plugin
|
|
- horizon-selenium-headless
|
|
- horizon-integration-tests
|
|
- horizon-tempest-plugin-ipv6
|
|
experimental:
|
|
jobs:
|
|
- horizon-integration-tests-xstatic-master
|
|
- horizon-tox-py36-xstatic-master
|
|
- horizon-nodejs20-run-test-xstatic-master
|
|
periodic:
|
|
jobs:
|
|
- horizon-nodejs20-run-test
|
|
- horizon-integration-tests
|