From 153cb54e678af2c4ec81654a0cd8d757400c5dba Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Thu, 18 Jul 2019 19:00:32 +0000 Subject: [PATCH] Replace "integrated-gate-py3" template with new "integrated-gate-compute" 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 Nova. Dependent in term of both way, not all services used by Nova or use Nova. Nova gate does not need to run all those independent services tests. It can run only Nova, Neutron, Cinder and Glance related tests. Idea here is to make integrated-gate testing more stable without losing the test coverage. Tempest has new "integrated-gate-compute" template which will run only Nova, Neutron, Cinder and Glance related tests[1]. This commit replaces the "integrated-gate-py3" template with new "integrated-gate-compute". ML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html [1] https://opendev.org/openstack/tempest/src/branch/master/.zuul.yaml#L594 Change-Id: I11dd1a94054ed29f70330906c1d95967b3de718c --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 30a189a949..f96ab5b2e5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -301,7 +301,7 @@ # Please try to keep the list of job names sorted alphabetically. templates: - check-requirements - - integrated-gate-py3 + - integrated-gate-compute - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs @@ -335,7 +335,7 @@ - nova-next - nova-tox-functional - nova-tox-functional-py36 - - tempest-full-py3: + - tempest-integrated-compute: irrelevant-files: *dsvm-irrelevant-files - tempest-slow-py3: irrelevant-files: *dsvm-irrelevant-files @@ -348,7 +348,7 @@ - nova-tox-functional - nova-tox-functional-py36 - nova-next - - tempest-full-py3: + - tempest-integrated-compute: irrelevant-files: *dsvm-irrelevant-files - tempest-slow-py3: irrelevant-files: *dsvm-irrelevant-files