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
This commit is contained in:
parent
0e6d77e497
commit
d32652e8f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user