Use 'functional-without-sample-db-tests' tox env for placement nova job

Nova defines (depends-on) a new tox env 'functional-without-sample-db-tests'
to run the nova functional test by exlcuding the api|notification
sample_tests, and db-related tests.

We can use that to fix the error  are facing currently for this job
- https://zuul.openstack.org/build/a8c186b2c7124856ae32477f10e2b9a4

Depends-On: https://review.opendev.org/c/openstack/nova/+/813679
Change-Id: If7e6060c867df21360a1f588ca872d65d75eb3c1
This commit is contained in:
Ghanshyam Mann 2021-10-12 12:33:15 -05:00 committed by Ghanshyam
parent bd5b19c00e
commit 6d49b6df1d
1 changed files with 3 additions and 2 deletions

View File

@ -79,8 +79,9 @@
Run the nova functional tests to confirm that we aren't breaking
the PlacementFixture.
vars:
# Skip the api and notification _sample_tests, and db-related tests
tox_extra_args: '^((?!(?:api|notification)_sample_tests|functional\.db\.).)*$'
# 'functional-without-sample-db-tests' tox env is defined in nova tox.ini
# to skip the api|notification _sample_tests and db-related tests.
tox_envlist: functional-without-sample-db-tests
- job:
name: placement-perfload