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
38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
- job:
|
|
name: horizon-integration-tests-xstatic-master
|
|
parent: horizon-integration-tests
|
|
required-projects: &xstatic-projects
|
|
- openstack/horizon
|
|
- openstack/xstatic-angular
|
|
- openstack/xstatic-angular-bootstrap
|
|
- openstack/xstatic-angular-gettext
|
|
- openstack/xstatic-angular-lrdragndrop
|
|
- openstack/xstatic-angular-smart-table
|
|
- openstack/xstatic-bootstrap-datepicker
|
|
- openstack/xstatic-bootstrap-scss
|
|
- openstack/xstatic-bootswatch
|
|
- openstack/xstatic-d3
|
|
- openstack/xstatic-font-awesome
|
|
- openstack/xstatic-hogan
|
|
- openstack/xstatic-jasmine
|
|
- openstack/xstatic-jquery-migrate
|
|
- openstack/xstatic-jquery.quicksearch
|
|
- openstack/xstatic-jquery.tablesorter
|
|
- openstack/xstatic-jsencrypt
|
|
- openstack/xstatic-mdi
|
|
- openstack/xstatic-rickshaw
|
|
- openstack/xstatic-roboto-fontface
|
|
- openstack/xstatic-spin
|
|
- x/xstatic-angular-fileupload
|
|
|
|
- job:
|
|
name: horizon-tox-py36-xstatic-master
|
|
parent: openstack-tox-py39
|
|
required-projects: *xstatic-projects
|
|
|
|
- job:
|
|
name: horizon-nodejs18-run-test-xstatic-master
|
|
parent: horizon-nodejs18-run-test
|
|
required-projects: *xstatic-projects
|
|
pre-run: playbooks/npm-test-xstatic-master/pre.yaml
|