From 828e8edd3bea8233bac15c42174648840794fb3f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 13 Jan 2014 12:47:44 -0500 Subject: [PATCH] Increase timeouts for jobs doing tempest runs To reduce test load to get more stability in the gate, we're looking at reducing the number of tests that tempest runs in parallel. This will an increase in the test runtime that is sometimes too close to the current timeout. Increase the timeout to make sure tempest gets enough time to run. For refernece, here is the change to run less tests in parallel: https://review.openstack.org/#/c/65805/ Change-Id: I5114501094e96b72efa33baa5f6eae304f8e393a --- .../config/devstack-gate.yaml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index 678e6ee944..a40918004d 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -4,7 +4,7 @@ wrappers: - timeout: - timeout: 95 + timeout: 185 fail: true - timestamps @@ -13,7 +13,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=90 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 export RE_EXEC=true @@ -31,7 +31,7 @@ wrappers: - timeout: - timeout: 95 + timeout: 185 fail: true - timestamps @@ -40,7 +40,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=90 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh @@ -57,7 +57,7 @@ wrappers: - timeout: - timeout: 95 + timeout: 185 fail: true - timestamps @@ -66,7 +66,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=90 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 export BRANCH_OVERRIDE={branch-override} @@ -545,7 +545,7 @@ wrappers: - timeout: - timeout: 95 + timeout: 185 fail: true - timestamps @@ -554,7 +554,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=90 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 export DEVSTACK_GATE_POSTGRES=1 @@ -578,7 +578,7 @@ wrappers: - timeout: - timeout: 65 + timeout: 185 fail: true - timestamps @@ -587,7 +587,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=60 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_POSTGRES=1 export DEVSTACK_GATE_CONFIGDRIVE=0 @@ -610,7 +610,7 @@ wrappers: - timeout: - timeout: 95 + timeout: 185 fail: true - timestamps @@ -619,7 +619,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=90 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 export DEVSTACK_GATE_POSTGRES=1 @@ -754,7 +754,7 @@ wrappers: - timeout: - timeout: 95 + timeout: 185 fail: true - timestamps @@ -763,7 +763,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=90 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 export DEVSTACK_GATE_SAVANNA=1 @@ -786,7 +786,7 @@ wrappers: - timeout: - timeout: 95 + timeout: 185 fail: true - timestamps @@ -795,7 +795,7 @@ - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=90 + export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_TEMPEST_FULL=1 export DEVSTACK_GATE_POSTGRES=1