From fabd0f5adbb6893a7de1d2947dc1afbebf185fb7 Mon Sep 17 00:00:00 2001 From: Amrith Kumar Date: Fri, 6 May 2016 16:23:29 -0400 Subject: [PATCH] Trove client didn't have release notes in mitaka When I submitted [1] I was under the mistaken impression that python-troveclient didn't have release notes in liberty but did in mitaka. I was wrong, the commit adding releasenotes for python-troveclient went in in c8f0af0 (April 13) while Mitaka was 3c71e52 on March 8th. [1] https://review.openstack.org/#/c/311517/1 Change-Id: I28d15552feb0c697d49e4146a1d6156bfd0b57dc --- zuul/layout.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b2ab68b7bf..b06afd2bf8 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2758,9 +2758,13 @@ jobs: branch: ^(?!stable/(?:juno|kilo|liberty)).*$ # Some python client projects do not have releasenotes until the Mitaka cycle - - name: ^gate-python-(ironic|keystone|neutron|openstack|sahara|trove)client-releasenotes$ + - name: ^gate-python-(ironic|keystone|neutron|openstack|sahara)client-releasenotes$ branch: ^(?!stable/(?:juno|kilo|liberty)).*$ + # Some python client projects do not have releasenotes until the Newton cycle + - name: ^gate-python-(trove)client-releasenotes$ + branch: ^(?!stable/(?:juno|kilo|liberty|mitaka)).*$ + # skip gate-openstack-ansible-releasenotes jobs for juno & kilo branches - name: ^gate-openstack-ansible-releasenotes$ branch: ^(?!juno|kilo).*$