From f69a8a9bf4f86f4ad24515e6fe82ecdc59616271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 16 Oct 2019 10:55:44 +0200 Subject: [PATCH] CI: Increase timeout for upgrade jobs by 30 minutes Upgrade jobs like to timeout in the 2-hour window when they must build their images. This increase is already applied in ceph jobs. Change-Id: Ic1118760d9192cc15e1ebf37fb8adf3440f18a78 --- zuul.d/jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 485dd8d1b2..72a88dcf9e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -104,6 +104,7 @@ name: kolla-ansible-centos-source-upgrade parent: kolla-ansible-upgrade-base nodeset: kolla-ansible-centos + timeout: 9000 vars: base_distro: centos install_type: source @@ -112,6 +113,7 @@ name: kolla-ansible-ubuntu-source-upgrade parent: kolla-ansible-upgrade-base nodeset: kolla-ansible-bionic + timeout: 9000 vars: base_distro: ubuntu install_type: source