From 1afd545000092c4202bfa81e803ad3b0fc080cd0 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Sat, 21 Jul 2018 09:01:31 +0100 Subject: [PATCH] Migrate to managing job config in-repo Change-Id: I6021767fe26697fe419cd93a417afa6bf8266ff9 --- .zuul.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..79e599b --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,10 @@ +- project: + templates: + - check-requirements + - openstack-python-jobs + - openstack-python35-jobs + - publish-to-pypi + check: + jobs: + - build-openstack-sphinx-docs: + voting: false