summaryrefslogtreecommitdiff
path: root/.zuul.d/xstatic-master.yaml
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2021-03-31 15:28:43 +0530
committermanchandavishal <manchandavishal143@gmail.com>2021-04-12 18:44:39 +0530
commit3f2adabf16e78ea1f7dbbec0c45bd10235d89339 (patch)
treedf0c5e224c1c0a8b04f097c6ff37b3a5e3715512 /.zuul.d/xstatic-master.yaml
parent03e848b1815f57e39db277f21ef89d157d288db6 (diff)
downloadhorizon-3f2adabf16e78ea1f7dbbec0c45bd10235d89339.tar.gz
Setup project-template for nodejs14 jobs
Nodejs10 is going to EOL by April 2021 [1]. So this patch defines a template for nodejs14 jobs which is next LTS vesrion of nodejs. Once we migrate to nodejs14 version we can drop nodejs10 support. [1] https://nodejs.org/en/about/releases/ Change-Id: I423e8bbec21ab1d52a0a840d779723aa92678735
Diffstat (limited to '.zuul.d/xstatic-master.yaml')
-rw-r--r--.zuul.d/xstatic-master.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zuul.d/xstatic-master.yaml b/.zuul.d/xstatic-master.yaml
index 47c366ea6..38fcedecb 100644
--- a/.zuul.d/xstatic-master.yaml
+++ b/.zuul.d/xstatic-master.yaml
@@ -35,3 +35,9 @@
parent: horizon-nodejs10-run-test
required-projects: *xstatic-projects
pre-run: playbooks/npm-test-xstatic-master/pre.yaml
+
+- job:
+ name: horizon-nodejs14-run-test-xstatic-master
+ parent: horizon-nodejs14-run-test
+ required-projects: *xstatic-projects
+ pre-run: playbooks/npm-test-xstatic-master/pre.yaml