diff options
author | Tobias Henkel <tobias.henkel@bmw.de> | 2019-04-05 21:59:31 +0200 |
---|---|---|
committer | Paul Belanger <pabelanger@redhat.com> | 2019-12-10 11:28:56 -0500 |
commit | 6bcd4e81409b00e12e81eee99c7e7b72d3a6e2b5 (patch) | |
tree | afcadb1a3574d701848af7b2293cd4a9b0945600 /.zuul.yaml | |
parent | 15afed554e2bbac87aad83b0a42cd47c66858cfd (diff) | |
download | zuul-6bcd4e81409b00e12e81eee99c7e7b72d3a6e2b5.tar.gz |
Remove support for ansible 2.5
With release 2.8 Ansible has dropped support for version 2.5 as it is
EOL.
Change-Id: I0a43b1b9d94925f3b6e7266434fb698e665dd42c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to '.zuul.yaml')
-rw-r--r-- | .zuul.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.zuul.yaml b/.zuul.yaml index 1fe343c15..e7379f63d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -28,15 +28,6 @@ - playbooks/zuul-stream/.* - job: - name: zuul-stream-functional-2.5 - parent: zuul-stream-functional - # Force executor to use same Ansible version as "controller" node so - # that the inventory.yaml file will be correct for that version. - ansible-version: 2.5 - vars: - zuul_ansible_version: 2.5 - -- job: name: zuul-stream-functional-2.6 parent: zuul-stream-functional # Force executor to use same Ansible version as "controller" node so @@ -227,7 +218,6 @@ success-url: 'npm/reports/bundle.html' files: - web/.* - - zuul-stream-functional-2.5 - zuul-stream-functional-2.6 - zuul-stream-functional-2.7 - zuul-stream-functional-2.8 @@ -273,7 +263,6 @@ success-url: 'npm/reports/bundle.html' files: - web/.* - - zuul-stream-functional-2.5 - zuul-stream-functional-2.6 - zuul-stream-functional-2.7 - zuul-stream-functional-2.8 |