From 7fc851855d393150658f02cac721e9335ae177e1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 1 Dec 2017 09:54:32 -0600 Subject: [PATCH] Add osc, shade and sdk tips jobs python-openstackclient, shade and python-openstacksdk all have jobs that test tips of important libraries (including keystoneauth) against their own unittests. Run them against keystoneauth so we can be sure we're not about to land a change that would unwittingly break users. Change-Id: Iac823dfdcafd6eee29b57c34c1e05dee0f191207 Depends-On: I599b18218c10cb08e508cca3b3bbc9c88b8f809c --- .zuul.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..5eb2dae1 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +- project: + name: openstack/keystoneauth + templates: + - openstacksdk-functional-tips + - openstacksdk-tox-tips + - osc-tox-unit-tips + - shade-functional-tips + - shade-tox-tips