From 8ee25d07e4a4578c82454a96eee26d16cc19c3d8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 4 May 2018 13:48:45 -0500 Subject: [PATCH] Add openstacksdk to nodepool-functional-py35-src openstacksdk is in the critical path now. Add it to the src job so that we can add the nodepool-functional-py35-src job to openstacksdk and make sure we're not breaking nodepool when we change things. We also need this job on the shade repo, but that should be good to go already. Change-Id: If11680dba61fe81997e8f3083c9db60d37a34ccc --- .zuul.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index cd5064337..1e52d7922 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -66,12 +66,13 @@ run: playbooks/nodepool-functional-py35-src/run.yaml vars: devstack_localrc: - LIBS_FROM_GIT: shade,glean,diskimage-builder + LIBS_FROM_GIT: shade,glean,diskimage-builder,openstacksdk required-projects: - openstack-infra/glean - openstack-infra/nodepool - openstack-infra/shade - openstack/diskimage-builder + - openstack/openstacksdk - job: name: nodepool-functional-py35-src