From 2d6c1617df69c1e1ab8d76eac0831db1aa742665 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Fri, 7 Jun 2024 18:09:27 +0530 Subject: [PATCH] [yoga only] Drop 8-stream jobs 8-stream is EOL[1] and there are no repos now, let's stop running these jobs. [1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/ Change-Id: Ica12e1605ecd4b38c562e874e85d2f28360c6294 --- zuul.d/base.yaml | 28 ---------------------------- zuul.d/job-templates.yaml | 3 --- 2 files changed, 31 deletions(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 127d293e579..20ff6bd810e 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -123,34 +123,6 @@ # stadium projects where they need to use stadium project as working dir. zuul_work_dir: src/opendev.org/openstack/neutron -- job: - name: neutron-functional-with-uwsgi-fips - parent: neutron-functional-with-uwsgi - nodeset: devstack-single-node-centos-8-stream - description: | - Functional testing for a FIPS enabled Centos 8 system - vars: - tox_environment: - TOX_PYTHON: python3.8 - nslookup_target: 'opendev.org' - enable_fips: True - devstack_localrc: - ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256 - Q_BUILD_OVS_FROM_GIT: true - -- job: - name: neutron-fullstack-with-uwsgi-fips - parent: neutron-fullstack-with-uwsgi - nodeset: devstack-single-node-centos-8-stream - description: | - Functional testing for a FIPS enabled Centos 8 system - vars: - nslookup_target: 'opendev.org' - enable_fips: True - devstack_localrc: - ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256 - Q_BUILD_OVS_FROM_GIT: true - - job: name: neutron-linuxbridge-tempest-plugin-scenario-nftables parent: neutron-tempest-plugin-scenario-linuxbridge-yoga diff --git a/zuul.d/job-templates.yaml b/zuul.d/job-templates.yaml index 3489445a027..bc4e78c4001 100644 --- a/zuul.d/job-templates.yaml +++ b/zuul.d/job-templates.yaml @@ -47,7 +47,6 @@ name: neutron-experimental-jobs experimental: jobs: - - neutron-functional-with-uwsgi-fips - neutron-ovn-grenade-multinode - neutron-ovn-tempest-with-uwsgi-loki - tempest-integrated-networking: @@ -92,9 +91,7 @@ periodic: jobs: - neutron-functional - - neutron-functional-with-uwsgi-fips - neutron-fullstack - - neutron-fullstack-with-uwsgi-fips - neutron-ovs-tempest-slow - neutron-ovn-tempest-slow - neutron-ovn-tempest-postgres-full