From 147e4cd383ddf9da87e27d0ec3e572e369b86e87 Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Fri, 10 Nov 2017 12:05:11 +0300 Subject: [PATCH] Migrate to Zuul v3 This patch does step 1 in the docs: Move Legacy Jobs to Projects. Partial-Implements: blueprint migrate-to-zuulv3 Change-Id: I2344ac5b711ba5d723887d225d72a133fa06555c --- .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 0000000..1852f24 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +- project: + name: openstack/python-watcherclient + check: + jobs: + - watcherclient-tempest-functional + gate: + jobs: + - watcherclient-tempest-functional