From 33fcec38c82e154311226d237af1778eff89e81a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 13 Nov 2018 09:01:29 -0500 Subject: [PATCH] Add grenade-py3 job to integrated-gate-py35 template This adds the grenade-py3 job, which was introduced in Stein and thus does not need branch restrictions for stable branches, to the integrated-gate-py35 job template. The intent of this is to eventually deprecate/replace the legacy integrated-gate template for newer branches where python3 testing should be the default. Depends-On: https://review.openstack.org/617661 Change-Id: I7205534873f53ddc04810d9f28afb934e9f3819d --- zuul.d/project-templates.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 574524d2..79b2f8b8 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -1397,10 +1397,12 @@ repositories in the integrated gate. check: jobs: + - grenade-py3 - tempest-full-py3: branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$ gate: jobs: + - grenade-py3 - tempest-full-py3: branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$