diff --git a/.zuul.yaml b/.zuul.yaml index 32a65489b8..441bd824df 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -94,28 +94,6 @@ - ^setup.cfg$ - ^tools/.*$ -- job: - name: nodejs4-npm-run-lint - parent: nodejs-npm-run-lint - description: | - Run lint using Node 4 for horizon plugins. - vars: - node_version: 4 - nodeset: ubuntu-xenial - required-projects: - openstack/horizon - -- job: - name: nodejs4-npm-run-test - parent: nodejs-npm-run-test - description: | - Run test using Node 4 for horizon plugins. - vars: - node_version: 4 - nodeset: ubuntu-xenial - required-projects: - openstack/horizon - - job: name: nodejs10-npm-run-lint parent: nodejs-npm-run-lint @@ -138,30 +116,6 @@ required-projects: openstack/horizon -- project-template: - name: horizon-nodejs4-jobs - description: | - Run lint and test jobs using Node 4 for horizon plugins. - check: - jobs: - - nodejs4-npm-run-lint - - nodejs4-npm-run-test - gate: - jobs: - - nodejs4-npm-run-lint - - nodejs4-npm-run-test - -- project-template: - name: horizon-nodejs4-jobs-nonvoting - description: | - Run lint and test jobs using Node 4 for horizon plugins. - check: - jobs: - - nodejs4-npm-run-lint: - voting: false - - nodejs4-npm-run-test: - voting: false - - project-template: name: horizon-nodejs10-jobs description: | @@ -189,7 +143,6 @@ - project: templates: - check-requirements - - horizon-nodejs4-jobs - horizon-nodejs10-jobs - openstack-lower-constraints-jobs - openstack-python-jobs