summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-19 18:21:35 +0000
committerGerrit Code Review <review@openstack.org>2022-09-19 18:21:35 +0000
commitfee268dd8922772db4870cd12f412c0b0410c020 (patch)
tree9340556215a0d90e325253a83ef9ef5ffcfdd5bc
parentb350b580f3d11efe76d1666df4e62f36347a908b (diff)
parentf6eea0be234a21ec768424b1af5fe9e77883ba56 (diff)
downloadhorizon-fee268dd8922772db4870cd12f412c0b0410c020.tar.gz
Merge "Drop Nodejs14 job"
-rw-r--r--.zuul.d/nodejs-jobs.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/.zuul.d/nodejs-jobs.yaml b/.zuul.d/nodejs-jobs.yaml
index ab371c28f..25e7a3f2a 100644
--- a/.zuul.d/nodejs-jobs.yaml
+++ b/.zuul.d/nodejs-jobs.yaml
@@ -1,32 +1,4 @@
- job:
- name: horizon-nodejs14-run-lint
- parent: nodejs-run-lint
- description: |
- Run lint using Node 14 for horizon plugins.
- vars:
- node_version: 14
- 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-nodejs14-run-test
- parent: nodejs-run-test-browser
- description: |
- Run test using Node 14 for horizon plugins.
- vars:
- node_version: 14
- 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
-
-- job:
name: horizon-nodejs16-run-lint
parent: nodejs-run-lint
description: |
@@ -55,30 +27,6 @@
- openstack/requirements
- project-template:
- name: horizon-nodejs14-jobs
- description: |
- Run lint and test jobs using Node 14 (LTS) for horizon plugins.
- check:
- jobs:
- - horizon-nodejs14-run-lint
- - horizon-nodejs14-run-test
- gate:
- jobs:
- - horizon-nodejs14-run-lint
- - horizon-nodejs14-run-test
-
-- project-template:
- name: horizon-nodejs14-jobs-nonvoting
- description: |
- Run lint and test jobs using Node 14 (LTS) for horizon plugins.
- check:
- jobs:
- - horizon-nodejs14-run-lint:
- voting: false
- - horizon-nodejs14-run-test:
- voting: false
-
-- project-template:
name: horizon-nodejs-jobs
description: |
This project template is defined to run lint and test jobs using