summaryrefslogtreecommitdiffstats
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 00000000..0a604cc9
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,14 @@
+- job:
+ name: jjb-tox-cross-python-jenkins
+ description: Tests compatibility with master branch of python-jenkins
+ parent: tox-py27
+ required-projects:
+ - openstack/python-jenkins
+ - openstack-infra/jenkins-job-builder
+ voting: false
+ failure-message: WARNING
+
+- project:
+ check:
+ jobs:
+ - jjb-tox-cross-python-jenkins