From d32652e8f6572df7c285e0d84561de0df249456a Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 18 Jul 2019 18:56:51 +0000 Subject: [PATCH] Replace "integrated-gate-py3" template with new "integrated-gate-storage" tempest-full-py3 job run all services API and scenario tests (non slow) and this job is part of Integrated-gate-py3 gate template which run on multiple services (nova, neutron, cinder, glance, placement, swift, keystone) check and gate pipeline. Due to all services tests run in single tempest-full-py3 job, it has been not so stable. Many times unrelated service test break other project gate. But not all those services are dependent of Glance. Dependent in term of both way, not all services used by Cinder or use Cinder. Cinder gate does not need to run all those independent services tests. It can run only Cinder, Glance, Swift and Nova related tests. Idea here is to make integrated-gate testing more stable without losing the test coverage. Tempest has new "integrated-gate-storage" template which will run only Cinder, Glance, Swift and Nova related tests[1]. This commit replaces the "integrated-gate-py3" template with new "integrated-gate-storage". ML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html [1] https://opendev.org/openstack/tempest/src/branch/master/.zuul.yaml#L626 Change-Id: I38a930d1e8ceef25db0f5b0b26b6402192dc8322 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d0a2b5e3dc2..56e08688f39 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,7 +7,7 @@ - periodic-stable-jobs - check-requirements - integrated-gate - - integrated-gate-py3 + - integrated-gate-storage - release-notes-jobs-python3 check: jobs: @@ -67,7 +67,7 @@ irrelevant-files: *gate-irrelevant-files - tempest-full: irrelevant-files: *gate-irrelevant-files - - tempest-full-py3: + - tempest-integrated-storage: irrelevant-files: *gate-irrelevant-files - grenade-py3: irrelevant-files: *gate-irrelevant-files @@ -79,7 +79,7 @@ irrelevant-files: *gate-irrelevant-files - tempest-full: irrelevant-files: *gate-irrelevant-files - - tempest-full-py3: + - tempest-integrated-storage: irrelevant-files: *gate-irrelevant-files - grenade-py3: irrelevant-files: *gate-irrelevant-files