From e796d97624d830c0ba3af17e193b7479015b2412 Mon Sep 17 00:00:00 2001 From: Marcin Piwowarczyk Date: Tue, 30 Oct 2018 12:38:17 +0100 Subject: Add scenario tests to gate and check pipeline Current functional tests executed via trovestack doesn't cover all integration tests scenarios. This change extends gate and check pipelines by trove-scenario-mysql-single job. Change-Id: I04c53c47b078f4006397f503a58b85ba868ecaac Signed-off-by: Marcin Piwowarczyk --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index c351cb9..07dfb73 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -12,11 +12,13 @@ jobs: - python-troveclient-tempest-neutron-src - trove-functional-mysql + - trove-scenario-mysql-single gate: queue: trove jobs: - python-troveclient-tempest-neutron-src - trove-functional-mysql + - trove-scenario-mysql-single - job: name: python-troveclient-tempest-neutron-src -- cgit v1.2.1