From f9595aa3f0edf9bbc67ee49ed9d83acc473291b5 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 6 Jan 2020 16:51:25 -0600 Subject: [PATCH] Constrain openstackclient-check-plugins run on master This job is currently running on stable branches, but that is now resulting in the master version of openstackclient being pulled into the job. That then will install the latest versions of things, and ends up failing due to newer libraries being installed than what is in the stable branch's upper-constraints. Change-Id: Iedb94a84d2f09c05cc575a955b508e0fd6ca0a64 Signed-off-by: Sean McGinnis --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 392a822..6820ce8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -33,6 +33,7 @@ - openstack/python-zaqarclient - openstack/python-zunclient - openstack/requirements + branches: ^(?!stable) - project-template: name: openstackclient-plugin-jobs