c832e239ba
As nodejs v18 job is passing in horizon and all horizon plugins [1]. So we didn't require the nodejs v16 job. This patch removes the nodejs v16 job definition from ``.zuul.d/nodejs-jobs.yaml`` and other nodejs v16 job references. [1] https://review.opendev.org/c/openstack/horizon/+/865293 Change-Id: I9e791c24944f228a27813eb860080d3ea3e1449d
34 lines
948 B
YAML
34 lines
948 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-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-nodejs18-run-test-xstatic-master
|
|
periodic:
|
|
jobs:
|
|
- horizon-nodejs18-run-test
|
|
- horizon-integration-tests
|