From 9f641b038c72c2b589c4eb3bf4474f5054a53d8b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 9 May 2018 10:15:45 -0500 Subject: [PATCH] Add nodepool-functional-py35-src job As openstacksdk takes on more and more ownership of code that was previously in os-client-config and shade, it's important to make sure we're not going to break nodepool with changes. Add the nodepool-functional-py35-src job which now also includes openstacksdk in its required-projects list. Depends-On: https://review.openstack.org/566387 Change-Id: I464bd1ab548f23e5a143f50dcb32e52b6f353d7d --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 08c83cbf6..783fa30c8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -232,6 +232,7 @@ - neutron-grenade: voting: false - openstack-tox-lower-constraints + - nodepool-functional-py35-src gate: jobs: - build-openstack-sphinx-docs: @@ -240,3 +241,4 @@ - openstacksdk-functional-devstack - openstacksdk-functional-devstack-python3 - openstack-tox-lower-constraints + - nodepool-functional-py35-src