summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml39
1 files changed, 38 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index f1d9fd117..871ea231c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -64,6 +64,43 @@
tempest_test_regex: horizon
tox_envlist: all
+- job:
+ name: horizon-nodejs4-run-lint
+ parent: nodejs-run-lint
+ description: |
+ Run lint using Node 4 for horizon plugins.
+ vars:
+ node_version: 4
+ nodeset: ubuntu-xenial
+ pre-run: playbooks/horizon-nodejs/pre.yaml
+ required-projects:
+ openstack/horizon
+
+- job:
+ name: horizon-nodejs4-run-test
+ parent: nodejs-run-test-browser
+ description: |
+ Run test using Node 4 for horizon plugins.
+ vars:
+ node_version: 4
+ nodeset: ubuntu-xenial
+ pre-run: playbooks/horizon-nodejs/pre.yaml
+ required-projects:
+ openstack/horizon
+
+- project-template:
+ name: horizon-nodejs4-jobs
+ description: |
+ Run lint and test jobs using Node 4 for horizon plugins.
+ check:
+ jobs:
+ - horizon-nodejs4-run-lint
+ - horizon-nodejs4-run-test
+ gate:
+ jobs:
+ - horizon-nodejs4-run-lint
+ - horizon-nodejs4-run-test
+
- project:
templates:
- openstack-python-jobs
@@ -72,7 +109,7 @@
- periodic-stable-jobs
- check-requirements
- release-notes-jobs
- - nodejs4-jobs
+ - horizon-nodejs4-jobs
check:
jobs:
- horizon-openstack-tox-py27dj110