Files
horizon/.zuul.d/xstatic-master.yaml
manchandavishal 60692f56d2 Setup project template for nodejs v16 jobs
This patch defines a project template "horizon-nodejs-jobs"
for nodejs v16 jobs which is the next LTS version of nodejs[1]
and also, the runtime for the Zed cycle[2]. Next step is to
the horizon plugins use this template to run nodejs v16 jobs
and once it's pass in all horizon plugins we can remove
nodejs v14 jobs completely.

This patch also do few cleaups:
• remove nodejs v14 job to run on horizon gate because we don't
  need to run both nodejs v14 and nodejs v16 jobs for horizon.
• replace nodejs v14 experimental xstatic job with nodejs v16 job.
• replace horizon-nodejs14-run-test periodic job with nodejs v16.

[1] https://nodejs.org/en/about/releases/
[2] https://governance.openstack.org/tc/reference/runtimes/zed.html#node-js-runtime-for-zed

Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/831912
Change-Id: Ic11f2c3bd7a6a09c8fa6fb7a457e83e889deed6b
2022-04-28 10:45:02 +05:30

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-py36
required-projects: *xstatic-projects
- job:
name: horizon-nodejs16-run-test-xstatic-master
parent: horizon-nodejs16-run-test
required-projects: *xstatic-projects
pre-run: playbooks/npm-test-xstatic-master/pre.yaml