commit | c5a02593014f0e9322f4fbb108d70e526d676071 | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@redhat.com> | Wed Aug 23 08:03:43 2017 -0700 |
committer | James E. Blair <jeblair@redhat.com> | Wed Aug 23 08:03:43 2017 -0700 |
tree | 1f59b82571b67cecc532972421409b24ffcadef6 | |
parent | c1c11241d825977abc2cee01bbcca407cbb39454 [diff] [blame] |
Add .zuul.yaml This project is gated by Zuulv3 now; enable tests on this branch. Change-Id: I1813afd9b4aace6ec2d74348ce7c035c41c0c6af
diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..9f0382b --- /dev/null +++ b/.zuul.yaml
@@ -0,0 +1,14 @@ +- project: + name: openstack-infra/zuul + check: + jobs: + - tox-docs + - tox-cover: + voting: false + - tox-pep8 + - tox-py27 + gate: + jobs: + - tox-docs + - tox-pep8 + - tox-py27