summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2019-08-06 11:46:33 -0400
committerPaul Belanger <pabelanger@redhat.com>2019-12-10 11:28:35 -0500
commit15afed554e2bbac87aad83b0a42cd47c66858cfd (patch)
tree22f935f9e765608bf8a46f729e83826e600916a9 /.zuul.yaml
parentdb0fd4e57d918182e800a8b6d83e08595f94a1c4 (diff)
downloadzuul-15afed554e2bbac87aad83b0a42cd47c66858cfd.tar.gz
Support Ansible 2.9
Ansible has released 2.9 and now Zuul also supports it. Change-Id: Iabf2d6278ba8d88e17403a4adae5521eb3e7019b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 718c8ee45..1fe343c15 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -64,6 +64,14 @@
zuul_ansible_version: 2.8
- job:
+ name: zuul-stream-functional-2.9
+ parent: zuul-stream-functional
+ success-url: 'http://zuul.opendev.org/t/zuul/build/{build.uuid}'
+ failure-url: 'http://zuul.opendev.org/t/zuul/build/{build.uuid}'
+ vars:
+ zuul_ansible_version: 2.9
+
+- job:
name: zuul-tox-remote
parent: tox
vars:
@@ -223,6 +231,7 @@
- zuul-stream-functional-2.6
- zuul-stream-functional-2.7
- zuul-stream-functional-2.8
+ - zuul-stream-functional-2.9
- zuul-tox-remote:
timeout: 2700 # 45 minutes
- zuul-quick-start:
@@ -268,6 +277,7 @@
- zuul-stream-functional-2.6
- zuul-stream-functional-2.7
- zuul-stream-functional-2.8
+ - zuul-stream-functional-2.9
- zuul-tox-remote:
timeout: 2700 # 45 minutes
- zuul-quick-start: