summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2019-10-14 09:47:45 -0700
committerJames E. Blair <jeblair@redhat.com>2019-10-14 14:55:13 -0700
commit1ed76ef85ec31fd39e3d257ef01336764760ac91 (patch)
treeffe621302db8b28bbe8accf93600f56b865ce89f
parent483ab492a86907b4509b154d978af62266e814c8 (diff)
downloadgear-1ed76ef85ec31fd39e3d257ef01336764760ac91.tar.gz
Add in-repo zuul config
We're moving this from the openstack to the opendev tenant. We should move the jobs in-repo at the same time. Depends-On: https://review.opendev.org/688451 Change-Id: I23b4a0d78d515557bfb676f206dcc0a91ecb8502
-rw-r--r--.zuul.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..b81eb00
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,23 @@
+- project:
+ templates:
+ - publish-opendev-tox-docs
+ check:
+ jobs:
+ - tox-pep8
+ - tox-py27
+ - tox-py35:
+ nodeset: ubuntu-xenial
+ - build-python-release
+ gate:
+ jobs:
+ - tox-pep8
+ - tox-py27
+ - tox-py35:
+ nodeset: ubuntu-xenial
+ - build-python-release
+ promote:
+ jobs:
+ - opendev-promote-python
+ release:
+ jobs:
+ - opendev-release-python \ No newline at end of file