summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-01-19 18:06:56 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-03-15 09:09:50 +0100
commitfed4d627ced02c87988652959dce14106f1d4bc6 (patch)
tree7ec5092bfdb8e0e94ea358a41fba0d8b6872d7cc /.zuul.yaml
parent6504f24caab4cda0372f50e1f3dd0c873ca91b22 (diff)
downloadzuul-fed4d627ced02c87988652959dce14106f1d4bc6.tar.gz
Support ansible 2.7
We should keep up with recent ansible versions so support 2.7. Change-Id: Ic4234784f104690d72cfac71e09ecd170ccce1b5
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 5e798a304..a594c2041 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -40,6 +40,12 @@
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
vars:
@@ -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