From 803c92c45c69fdb1bf1e7d4ef3413cb59dc1e74a Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 7 Feb 2018 11:09:21 -0600 Subject: [PATCH] Add shade jobs to openstacksdk zuul config During rocky we'll be working on making shade a thin layer around sdk. In order to make that work well, we need to make sure that sdk changes don't break shade. shade also just added openstacksdk to the requirements list for depends, so the jobs should currently make sure requirements changes in sdk don't transitively break shade. Depends-On: https://review.openstack.org/541796 Change-Id: Ib4e7683c5ba312856a271a0473f4274569355f92 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 97300e26b..b870e903e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -208,6 +208,8 @@ - openstacksdk-functional-tips - openstacksdk-tox-tips - osc-tox-unit-tips + - shade-functional-tips + - shade-tox-tips check: jobs: - build-openstack-sphinx-docs: