Remove the fullstack job from the CI
This patch removes any fullstack FW related job from the CI. Related-Bug: #2115327 Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com> Change-Id: I1b579a664ba8b803b7842ae448754efd72c60440
This commit is contained in:
@@ -67,73 +67,6 @@
|
||||
# tox.ini file
|
||||
'/opt/stack/logs/dsvm-functional-logs.tar.gz': logs
|
||||
|
||||
- job:
|
||||
name: neutron-fullstack
|
||||
parent: neutron-functional
|
||||
timeout: 10800
|
||||
vars:
|
||||
tox_envlist: dsvm-fullstack-gate
|
||||
Q_BUILD_OVS_FROM_GIT: False
|
||||
INSTALL_OVN: False
|
||||
logs_path: '/opt/stack/logs/dsvm-fullstack-logs'
|
||||
log_archive_file_name: '/opt/stack/logs/dsvm-fullstack-logs.tar.gz'
|
||||
zuul_copy_output:
|
||||
# We need to copy archive with logs to have it in job artifacts also,
|
||||
# /opt/stack/logs is default logs directory defined in neutron's
|
||||
# tox.ini file
|
||||
'/opt/stack/logs/dsvm-fullstack-logs.tar.gz': logs
|
||||
irrelevant-files:
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
- ^\.pylintrc$
|
||||
- ^releasenotes/.*$
|
||||
- ^doc/.*$
|
||||
- ^setup.cfg$
|
||||
- ^plugin.spec$
|
||||
- ^pyproject.toml$
|
||||
- ^tools/ovn_migration/.*$
|
||||
- ^.*\.conf\.sample$
|
||||
- ^.*\.rst$
|
||||
- ^neutron/locale/.*$
|
||||
- ^neutron/tests/unit/.*$
|
||||
- ^neutron/tests/functional/.*$
|
||||
- ^neutron/agent/ovn/.*$
|
||||
- ^neutron/plugins/ml2/drivers/macvtap/.*$
|
||||
- ^neutron/plugins/ml2/drivers/mech_sriov/.*$
|
||||
- ^neutron/plugins/ml2/drivers/ovn/.*$
|
||||
- ^neutron_lib/tests/unit/.*$
|
||||
- ^vagrant/.*$
|
||||
- ^devstack/.*\.sample$
|
||||
- ^playbooks/add_mariadb_repo.yaml
|
||||
- ^playbooks/configure_ebtables.yaml
|
||||
- ^playbooks/dvr-multinode-scenario-pre-run.yaml
|
||||
- ^playbooks/install_nftables.yaml
|
||||
- ^playbooks/multinode-setup.yaml
|
||||
- ^playbooks/prepare-ovn-multinode.yaml
|
||||
- ^roles/add_mariadb_repo/.*$
|
||||
- ^roles/nftables/.*$
|
||||
- ^rally-jobs/.*$
|
||||
# Ignore everything except for zuul.d/project.yaml
|
||||
- ^zuul.d/base.yaml
|
||||
- ^zuul.d/grenade.yaml
|
||||
- ^zuul.d/job-templates.yaml
|
||||
- ^zuul.d/rally.yaml
|
||||
- ^zuul.d/tempest-multinode.yaml
|
||||
- ^zuul.d/tempest-singlenode.yaml
|
||||
|
||||
- job:
|
||||
name: neutron-fullstack-with-neutron-lib-master
|
||||
branches: ^master$
|
||||
parent: neutron-fullstack
|
||||
required-projects:
|
||||
- openstack/neutron-lib
|
||||
|
||||
- job:
|
||||
name: neutron-fullstack-with-pyroute2-master
|
||||
branches: ^master$
|
||||
parent: neutron-fullstack
|
||||
required-projects:
|
||||
- name: github.com/svinota/pyroute2
|
||||
|
||||
- job:
|
||||
name: neutron-functional-with-neutron-lib-master
|
||||
branches: ^master$
|
||||
@@ -230,23 +163,6 @@
|
||||
- name: github.com/sqlalchemy/alembic
|
||||
override-checkout: main
|
||||
|
||||
- job:
|
||||
name: neutron-fullstack-fips
|
||||
parent: neutron-fullstack
|
||||
nodeset: devstack-single-node-centos-9-stream
|
||||
description: |
|
||||
Functional testing for a FIPS enabled Centos 9 system
|
||||
vars:
|
||||
nslookup_target: 'opendev.org'
|
||||
enable_fips: True
|
||||
# NOTE(ykarel) remove python3 override with 10-stream switch
|
||||
PYTHON3_VERSION: 3.12
|
||||
tox_environment:
|
||||
TOX_PYTHON: python3.12
|
||||
devstack_localrc:
|
||||
ISCSI_CHAP_ALGORITHMS: SHA3-256,SHA256
|
||||
Q_BUILD_OVS_FROM_GIT: true
|
||||
|
||||
- job:
|
||||
name: neutron-ovs-tempest-plugin-iptables_hybrid-nftables
|
||||
parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
|
||||
|
@@ -73,7 +73,6 @@
|
||||
experimental:
|
||||
jobs:
|
||||
- neutron-functional-with-neutron-lib-master
|
||||
- neutron-fullstack-with-neutron-lib-master
|
||||
- neutron-ovn-tempest-ovs-release
|
||||
- neutron-ovs-tempest-with-neutron-lib-master
|
||||
- neutron-ovn-tempest-loki
|
||||
@@ -97,9 +96,6 @@
|
||||
- neutron-functional-fips
|
||||
- neutron-functional-with-pyroute2-master
|
||||
- neutron-functional-with-sqlalchemy-master
|
||||
- neutron-fullstack
|
||||
- neutron-fullstack-fips
|
||||
- neutron-fullstack-with-pyroute2-master
|
||||
- neutron-ovs-grenade-dvr-multinode
|
||||
- neutron-ovs-tempest-slow
|
||||
- neutron-ovn-tempest-slow
|
||||
|
@@ -15,7 +15,6 @@
|
||||
check:
|
||||
jobs:
|
||||
- neutron-functional
|
||||
- neutron-fullstack
|
||||
- neutron-ovs-grenade-multinode
|
||||
- neutron-ovn-grenade-multinode
|
||||
- neutron-ovs-tempest-multinode-full
|
||||
@@ -67,7 +66,6 @@
|
||||
gate:
|
||||
jobs:
|
||||
- neutron-functional
|
||||
- neutron-fullstack
|
||||
- neutron-ovs-tempest-multinode-full
|
||||
- neutron-ovn-grenade-multinode
|
||||
- neutron-ovs-grenade-multinode
|
||||
|
Reference in New Issue
Block a user