From 8b59bc4370c8ecaa6df38da2892e19123913ad39 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Mon, 12 Apr 2021 18:50:26 +0530 Subject: [PATCH] Drop nodejs10 job As we added nodejs14 support in I423e8bbec21ab1d52a0a840d779723aa92678735 change. We can now drop nodejs10 or related job as it is EOL. Change-Id: I54e909d2ba0c6d751247809373166c37f8baeb77 --- .zuul.d/nodejs-jobs.yaml | 51 ------------------------------------- .zuul.d/project.yaml | 3 --- .zuul.d/xstatic-master.yaml | 6 ----- 3 files changed, 60 deletions(-) diff --git a/.zuul.d/nodejs-jobs.yaml b/.zuul.d/nodejs-jobs.yaml index a05d110be1..f9f56b2f07 100644 --- a/.zuul.d/nodejs-jobs.yaml +++ b/.zuul.d/nodejs-jobs.yaml @@ -1,30 +1,3 @@ -- job: - name: horizon-nodejs10-run-lint - parent: nodejs-run-lint - description: | - Run lint using Node 10 for horizon plugins. - vars: - node_version: 10 - 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-nodejs10-run-test - parent: nodejs-run-test-browser - description: | - Run test using Node 10 for horizon plugins. - vars: - node_version: 10 - 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-nodejs14-run-lint parent: nodejs-run-lint @@ -53,30 +26,6 @@ - openstack/horizon - openstack/requirements -- project-template: - name: horizon-nodejs10-jobs - description: | - Run lint and test jobs using Node 10 (LTS) for horizon plugins. - check: - jobs: - - horizon-nodejs10-run-lint - - horizon-nodejs10-run-test - gate: - jobs: - - horizon-nodejs10-run-lint - - horizon-nodejs10-run-test - -- project-template: - name: horizon-nodejs10-jobs-nonvoting - description: | - Run lint and test jobs using Node 10 (LTS) for horizon plugins. - check: - jobs: - - horizon-nodejs10-run-lint: - voting: false - - horizon-nodejs10-run-test: - voting: false - - project-template: name: horizon-nodejs14-jobs description: | diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index d12bb9f96e..bbb64d514c 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -2,7 +2,6 @@ templates: - check-requirements - horizon-cross-jobs - - horizon-nodejs10-jobs - horizon-nodejs14-jobs - horizon-non-primary-django-jobs - openstack-lower-constraints-jobs @@ -28,10 +27,8 @@ jobs: - horizon-integration-tests-xstatic-master - horizon-tox-py36-xstatic-master - - horizon-nodejs10-run-test-xstatic-master - horizon-nodejs14-run-test-xstatic-master periodic: jobs: - - horizon-nodejs10-run-test - horizon-nodejs14-run-test - horizon-integration-tests diff --git a/.zuul.d/xstatic-master.yaml b/.zuul.d/xstatic-master.yaml index 38fcedecb1..bf4e370009 100644 --- a/.zuul.d/xstatic-master.yaml +++ b/.zuul.d/xstatic-master.yaml @@ -30,12 +30,6 @@ parent: openstack-tox-py36 required-projects: *xstatic-projects -- job: - name: horizon-nodejs10-run-test-xstatic-master - 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