From fed4d627ced02c87988652959dce14106f1d4bc6 Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Sat, 19 Jan 2019 18:06:56 +0100 Subject: Support ansible 2.7 We should keep up with recent ansible versions so support 2.7. Change-Id: Ic4234784f104690d72cfac71e09ecd170ccce1b5 --- .zuul.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.zuul.yaml') diff --git a/.zuul.yaml b/.zuul.yaml index 5e798a304..a594c2041 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -39,6 +39,12 @@ vars: zuul_ansible_version: 2.6 +- job: + name: zuul-stream-functional-2.7 + parent: zuul-stream-functional + vars: + zuul_ansible_version: 2.7 + - job: name: zuul-tox-remote parent: tox @@ -156,7 +162,7 @@ parent: upload-docker-image description: Build Docker images and upload to Docker Hub. allowed-projects: openstack-infra/zuul - secrets: + secrets: name: docker_credentials secret: zuul-dockerhub pass-to-parent: true @@ -185,10 +191,12 @@ - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* nodeset: ubuntu-xenial + timeout: 2700 # 45 minutes - tox-py36: irrelevant-files: - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* + timeout: 2700 # 45 minutes - zuul-build-dashboard - zuul-build-dashboard-multi-tenant - nodejs-npm-run-lint: @@ -204,6 +212,7 @@ - web/.* - zuul-stream-functional-2.5 - zuul-stream-functional-2.6 + - zuul-stream-functional-2.7 - zuul-tox-remote - zuul-quick-start - nodepool-zuul-functional: @@ -218,10 +227,12 @@ - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* nodeset: ubuntu-xenial + timeout: 2700 # 45 minutes - tox-py36: irrelevant-files: - zuul/cmd/migrate.py - playbooks/zuul-migrate/.* + timeout: 2700 # 45 minutes - zuul-build-dashboard - nodejs-npm-run-lint: vars: @@ -236,6 +247,7 @@ - web/.* - zuul-stream-functional-2.5 - zuul-stream-functional-2.6 + - zuul-stream-functional-2.7 - zuul-tox-remote - zuul-quick-start - zuul-upload-image -- cgit v1.2.1