From aaa106059768735e5dae5218ebd3a75ae2ec23d3 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Thu, 20 Dec 2018 14:46:03 +0000 Subject: [PATCH] Add osc repo to the base job definition The osc-functional-devstack job is to be run against devstack changes in order to verify that the devstack-tox-functional job, which our job is based upon, doesn't introduce a regression[0]. In order to prevent this from failing, include our own repo as required-project. [0] https://review.openstack.org/526115 Change-Id: I782cd51dda1477c2e3a067cd902a3d3f29490083 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d646a0f766..3ce2f6ff21 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -70,6 +70,8 @@ - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ + required-projects: + - openstack/python-openstackclient vars: devstack_localrc: LIBS_FROM_GIT: python-openstackclient