From f6390f71ff96a1ea6f4315253ef61e0a0c2ef980 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 10 May 2018 18:28:36 -0400 Subject: [PATCH] Add tempest-slow job to run the tempest slow tests By default, tempest-full jobs don't run the "slow" tests which test useful things like encrypted volumes, swap volume, etc. The slow tests aren't part of the default tempest run since they can be, well, slow. Tempest has tempest-slow job now which run all the slow tagged tests.[1] Detailed discussion on ML[2]. [1] http://git.openstack.org/cgit/openstack/tempest/tree/.zuul.yaml#n146 [2] http://lists.openstack.org/pipermail/openstack-dev/2018-May/130394.html Change-Id: I5cb829beebcc59de682cba927f5b01793ec70d00 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 38541e70a3dc..203c79bb25ae 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -160,6 +160,8 @@ - nova-lvm - nova-multiattach - nova-next + - tempest-slow: + irrelevant-files: *dsvm-irrelevant-files - nova-tox-functional - nova-tox-functional-py35 - openstack-tox-lower-constraints @@ -169,6 +171,8 @@ - nova-live-migration - nova-multiattach - nova-next + - tempest-slow: + irrelevant-files: *dsvm-irrelevant-files - nova-tox-functional - nova-tox-functional-py35 - openstack-tox-lower-constraints