From 6d49b6df1d3f62e2003c55509875380148281a79 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 12 Oct 2021 12:33:15 -0500 Subject: [PATCH] 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 --- .zuul.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b0d41aec9..23102f9eb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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