Merge "Create single thread job"

This commit is contained in:
Zuul 2024-03-26 11:01:45 +00:00 committed by Gerrit Code Review
commit e1e987e055
2 changed files with 38 additions and 1 deletions

View File

@ -20,7 +20,20 @@
# run on slow node
tempest_test_timeout: 2400
tempest_test_regex: "\
(^whitebox_neutron_tempest_plugin.tests.scenario)"
(^whitebox_neutron_tempest_plugin.tests.scenario)"
tempest_exclude_regex: "\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_metadata_rate_limiting)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_l3ha_ovn)|\
(test_multicast.*restart)|\
(test_multicast.*ext*)|\
(^whitebox_neutron_tempest_plugin.*test_qos_user_policies)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestExternalNetwork.*)|\
(^whitebox_neutron_tempest_plugin.*many_vms)|\
(^whitebox_neutron_tempest_plugin.*test_previously_used_ip)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_ovn_dbs.OvnDbsMonitoringTest.*)|\
(^whitebox_neutron_tempest_plugin.*ovn_controller_restart)|\
(test_south_to_north_pmtud_udp_change_mtu)"
devstack_localrc:
USE_PYTHON3: true
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
@ -396,6 +409,26 @@
- ^vagrant/.*$
- ^zuul.d/(?!(project)).*\.yaml
- job:
name: whitebox-neutron-tempest-plugin-ovn-single-thread
parent: whitebox-neutron-tempest-plugin-ovn
vars:
tempest_concurrency: 1
tempest_test_regex: "\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_metadata_rate_limiting)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_security_group_logging)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_l3ha_ovn)|\
(test_multicast.*restart)|\
(test_multicast.*ext*)|\
(^whitebox_neutron_tempest_plugin.*test_qos_user_policies)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_qos.QosTestExternalNetwork.*)|\
(^whitebox_neutron_tempest_plugin.*many_vms)|\
(^whitebox_neutron_tempest_plugin.*test_previously_used_ip)|\
(^whitebox_neutron_tempest_plugin.tests.scenario.test_ovn_dbs.OvnDbsMonitoringTest.*)|\
(^whitebox_neutron_tempest_plugin.*ovn_controller_restart)|\
(test_south_to_north_pmtud_udp_change_mtu)"
tempest_exclude_regex: ""
- job:
name: whitebox-neutron-tempest-plugin-openvswitch
parent: whitebox-neutron-tempest-plugin-base-nested-switch

View File

@ -4,10 +4,12 @@
jobs:
- whitebox-neutron-tempest-plugin-openvswitch
- whitebox-neutron-tempest-plugin-ovn
- whitebox-neutron-tempest-plugin-ovn-single-thread
gate:
jobs:
- whitebox-neutron-tempest-plugin-openvswitch
- whitebox-neutron-tempest-plugin-ovn
- whitebox-neutron-tempest-plugin-ovn-single-thread
- project:
templates:
@ -17,8 +19,10 @@
- openstack-tox-pep8
- whitebox-neutron-tempest-plugin-openvswitch
- whitebox-neutron-tempest-plugin-ovn
- whitebox-neutron-tempest-plugin-ovn-single-thread
gate:
jobs:
- openstack-tox-pep8
- whitebox-neutron-tempest-plugin-openvswitch
- whitebox-neutron-tempest-plugin-ovn
- whitebox-neutron-tempest-plugin-ovn-single-thread