summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-01-19 18:07:35 +0100
committerPaul Belanger <pabelanger@redhat.com>2019-05-16 15:07:26 -0400
commit5b31159717f9db9a30674b35eb220106dda36ed7 (patch)
tree371399583e5fb224523362550f3bd25cea973fe4 /.zuul.yaml
parent9f7c642ae1dc5ac7de1cb0ff5c7e32d6426bd1b3 (diff)
downloadzuul-5b31159717f9db9a30674b35eb220106dda36ed7.tar.gz
Support Ansible 2.8
Ansible has released 2.8 and now zuul also supports it. We've had to update zuul_console to deal with new tasks stats, along with gather_facts also now being exposed directly to the job. Change-Id: Ifa4be7cf408b1f05b0f985fa0c9a5e3947858078 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e17146901..13f9c3fe2 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -46,6 +46,12 @@
zuul_ansible_version: 2.7
- job:
+ name: zuul-stream-functional-2.8
+ parent: zuul-stream-functional
+ vars:
+ zuul_ansible_version: 2.8
+
+- job:
name: zuul-tox-remote
parent: tox
vars:
@@ -187,6 +193,7 @@
- zuul-stream-functional-2.5
- zuul-stream-functional-2.6
- zuul-stream-functional-2.7
+ - zuul-stream-functional-2.8
- zuul-tox-remote
- zuul-quick-start:
dependencies: zuul-build-image
@@ -223,6 +230,7 @@
- zuul-stream-functional-2.5
- zuul-stream-functional-2.6
- zuul-stream-functional-2.7
+ - zuul-stream-functional-2.8
- zuul-tox-remote
- zuul-quick-start:
dependencies: zuul-upload-image