summaryrefslogtreecommitdiff
path: root/.zuul.d/xstatic-master.yaml
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-03-04 17:30:07 +0530
committermanchandavishal <manchandavishal143@gmail.com>2022-04-28 10:45:02 +0530
commit60692f56d264e352d71a50928486641ddad4a20e (patch)
treed31549295b7a754b6efc40574a3d20a88e8fb3c7 /.zuul.d/xstatic-master.yaml
parentdd9e4c82b552476ceb003147ac094831a3c3138f (diff)
downloadhorizon-60692f56d264e352d71a50928486641ddad4a20e.tar.gz
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
Diffstat (limited to '.zuul.d/xstatic-master.yaml')
-rw-r--r--.zuul.d/xstatic-master.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.d/xstatic-master.yaml b/.zuul.d/xstatic-master.yaml
index bf4e37000..0482fe88c 100644
--- a/.zuul.d/xstatic-master.yaml
+++ b/.zuul.d/xstatic-master.yaml
@@ -31,7 +31,7 @@
required-projects: *xstatic-projects
- job:
- name: horizon-nodejs14-run-test-xstatic-master
- parent: horizon-nodejs14-run-test
+ 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