Merge "add multinode ironic shard job"

This commit is contained in:
Zuul 2024-03-03 02:06:48 +00:00 committed by Gerrit Code Review
commit 2f6418d1a7

View File

@ -793,7 +793,21 @@
description: | description: |
This job runs the Tempest tests with scope and new defaults enabled This job runs the Tempest tests with scope and new defaults enabled
for Nova, Neutron, Glance, and Cinder services. for Nova, Neutron, Glance, and Cinder services.
# TODO (gmann): There were few fixes in neutron and neutron-lib for the irrelevant-files: &policies-irrelevant-files
- ^api-.*$
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^.git.*$
- ^doc/.*$
- ^nova/hacking/.*$
- ^nova/locale/.*$
- ^nova/tests/.*$
- ^nova/test.py$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
# TODO (gmann): There were few fixes in neutron and neutron-lib for the
# RBAC but they are not yet released so we need to add both projcts as # RBAC but they are not yet released so we need to add both projcts as
# the required-projects. Those can be removed once new version of neutron # the required-projects. Those can be removed once new version of neutron
# and neutron-lib is released. # and neutron-lib is released.
@ -873,20 +887,7 @@
# integration test jobs. Running only tempest and grenade # integration test jobs. Running only tempest and grenade
# common jobs will be enough along with nova functional # common jobs will be enough along with nova functional
# and unit tests. # and unit tests.
irrelevant-files: &policies-irrelevant-files irrelevant-files: *policies-irrelevant-files
- ^api-.*$
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^.git.*$
- ^doc/.*$
- ^nova/hacking/.*$
- ^nova/locale/.*$
- ^nova/tests/.*$
- ^nova/test.py$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
vars: vars:
devstack_localrc: devstack_localrc:
<<: *uec_image_vars <<: *uec_image_vars
@ -974,6 +975,7 @@
# Runs emulation feature functionality test less frequently due # Runs emulation feature functionality test less frequently due
# to being the initial release and experimental in nature. # to being the initial release and experimental in nature.
- nova-emulation - nova-emulation
- ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode-shard
- tempest-centos9-stream-fips: - tempest-centos9-stream-fips:
vars: vars:
devstack_localrc: devstack_localrc:
@ -985,7 +987,7 @@
vars: vars:
devstack_localrc: devstack_localrc:
<<: *uec_image_vars <<: *uec_image_vars
- ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode: - ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode-shard:
irrelevant-files: *nova-base-irrelevant-files irrelevant-files: *nova-base-irrelevant-files
vars: vars:
devstack_localrc: devstack_localrc: