summaryrefslogtreecommitdiff
path: root/.zuul.d/nodejs-jobs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.d/nodejs-jobs.yaml')
-rw-r--r--.zuul.d/nodejs-jobs.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.zuul.d/nodejs-jobs.yaml b/.zuul.d/nodejs-jobs.yaml
index 25e7a3f2a..9841454bc 100644
--- a/.zuul.d/nodejs-jobs.yaml
+++ b/.zuul.d/nodejs-jobs.yaml
@@ -13,6 +13,20 @@
- openstack/requirements
- job:
+ name: horizon-nodejs18-run-lint
+ parent: nodejs-run-lint
+ description: |
+ Run lint using Node 18 for horizon plugins.
+ vars:
+ node_version: 18
+ tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
+ nodeset: ubuntu-focal
+ pre-run: playbooks/horizon-nodejs/pre.yaml
+ required-projects:
+ - openstack/horizon
+ - openstack/requirements
+
+- job:
name: horizon-nodejs16-run-test
parent: nodejs-run-test-browser
description: |
@@ -26,6 +40,20 @@
- openstack/horizon
- openstack/requirements
+- job:
+ name: horizon-nodejs18-run-test
+ parent: nodejs-run-test-browser
+ description: |
+ Run test using Node 18 for horizon plugins.
+ vars:
+ node_version: 18
+ tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
+ pre-run: playbooks/horizon-nodejs/pre.yaml
+ nodeset: ubuntu-focal
+ required-projects:
+ - openstack/horizon
+ - openstack/requirements
+
- project-template:
name: horizon-nodejs-jobs
description: |
@@ -39,7 +67,11 @@
jobs:
- horizon-nodejs16-run-lint
- horizon-nodejs16-run-test
+ - horizon-nodejs18-run-lint
+ - horizon-nodejs18-run-test
gate:
jobs:
- horizon-nodejs16-run-lint
- horizon-nodejs16-run-test
+ - horizon-nodejs18-run-lint
+ - horizon-nodejs18-run-test