From 9a219723b8ba89ffb860c80966c0a2a3bfe8a8e6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 27 Mar 2020 16:46:25 -0500 Subject: [PATCH] Add openstacksdk and python-openstackclient to integrated openstacksdk and python-openstackclient are fundamental parts of the integrated gate, but currently can't do full-on depends-on processing because they're not in the integrated queue. Change-Id: Id279ca855da4f874d5f99304aba86907c8875650 --- zuul.d/projects.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index b4718e2929..db956857eb 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -2967,6 +2967,10 @@ name: openstack/openstacksdk templates: - publish-to-pypi + check: + queue: integrated + gate: + queue: integrated - project: name: openstack/operations-guide @@ -3736,6 +3740,10 @@ templates: - translation-jobs-master-only - publish-to-pypi + check: + queue: integrated + gate: + queue: integrated - project: name: openstack/python-pankoclient