From a9cc6c1a855eb6b25b35f7c10b3cd05aec68b342 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Fri, 5 Oct 2018 02:58:05 +0000 Subject: [PATCH] Add interop-tempest-consistency job in Tempest gate interop provided the interop-tempest-consistency job[1] which will check the consistency between Tempest tests and those used in interop guidelines. If Tempest will change/remove any tests which are being used in interop guidelines, this job should be able to detect that. Till now we used to check such consistency by manual review which obviously cannot be perfect always. As first, I am adding it as n-v job and soon we should make it voting as per its stability. [1] https://github.com/openstack/interop/blob/1528548993709ab7f4410d63d772a2f238689e37/zuul.d/jobs.yaml#L2 Change-Id: Id7ab566f3d3c8239b6bd5d8357722486dc400d7e --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 9569a556b7..772ec492f2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -362,6 +362,9 @@ irrelevant-files: *tempest-irrelevant-files - tempest-full: irrelevant-files: *tempest-irrelevant-files + - interop-tempest-consistency: + voting: false + irrelevant-files: *tempest-irrelevant-files gate: jobs: - nova-multiattach: