From 07185e50d901edf7a408dea28d6c64166bfcd7fe Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Mon, 20 May 2019 12:27:41 +0400 Subject: [PATCH] Increase timeouts for mos swarm Cloud perfomance is unstable and some times tests will take long time Change-Id: I564f72975ec51af8841da23cdf4dfc6d3805edd4 --- maintenance-ci/mos/jobs/9.x.swarm.runner.yaml | 2 +- maintenance-ci/mos/jobs/9.x.swarm.tests.yaml | 14 +++++++------- maintenance-ci/mos/templates/swarm-test.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml b/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml index 8dbe351..edcd905 100644 --- a/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml +++ b/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml @@ -30,7 +30,7 @@ wrappers: - timeout: fail: true - timeout: 1800 + timeout: 6000 builders: - write-description: diff --git a/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml b/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml index e05bdfa..314a259 100644 --- a/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml +++ b/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml @@ -4,7 +4,7 @@ swarm-test/default_pool: '10.109.0.0/16:24' description: '9.1 swarm test group' # fixme! swarm-test/node: 'mos.fuel.base' - swarm-test/timeout: '600' + swarm-test/timeout: '1200' swarm-test/dns: '172.18.176.6' swarm-test/job-weight: '11' @@ -95,7 +95,7 @@ swarm-test/custom-overrides-plain-properties: | DISABLE_SSL=true - services_reconfiguration_thread_2: - swarm-test/timeout: '840' + swarm-test/timeout: '1600' swarm-test/custom-overrides-plain-properties: | DISABLE_SSL=true - cgroup_ha @@ -119,7 +119,7 @@ PERESTROIKA_REPO=http://perestroika-repo-tst.infra.mirantis.net/mos-repos/centos/mos-master-centos7/os/x86_64/ - unlock_settings_tab_states - unlock_settings_tab: - swarm-test/timeout: '1200' + swarm-test/timeout: '1800' - public_api: swarm-test/env-name-suffix: "dmz" swarm-test/custom-overrides-plain-properties: | @@ -167,7 +167,7 @@ swarm-test/custom-overrides-plain-properties: | SERVTEST_LOCAL_PATH=/home/jenkins/workspace/cloud-images - services_ha: - swarm-test/timeout: '1200' + swarm-test/timeout: '1800' swarm-test/custom-overrides-plain-properties: | KVM_USE=false SERVTEST_LOCAL_PATH=/home/jenkins/workspace/cloud-images @@ -177,7 +177,7 @@ EXTERNAL_MONGO_PASS=$EXTERNAL_MONGO_PASS EXTERNAL_MONGO_REPL_SET=ceilometer - services_ha.ceilometer: - swarm-test/timeout: '1200' + swarm-test/timeout: '1800' swarm-test/custom-overrides-plain-properties: | KVM_USE=false SERVTEST_LOCAL_PATH=/home/jenkins/workspace/cloud-images @@ -187,7 +187,7 @@ EXTERNAL_MONGO_PASS=$EXTERNAL_MONGO_PASS EXTERNAL_MONGO_REPL_SET=ceilometer - services_ha_one_controller: - swarm-test/timeout: '1200' + swarm-test/timeout: '1800' swarm-test/custom-overrides-plain-properties: | KVM_USE=false SERVTEST_LOCAL_PATH=/home/jenkins/workspace/cloud-images @@ -201,7 +201,7 @@ swarm-test/custom-overrides-plain-properties: | SLAVE_NODE_CPU=12 - numa_cpu_pinning: - swarm-test/timeout: '600' + swarm-test/timeout: '1200' swarm-test/env-name-suffix: "numa_nodes" swarm-test/custom-overrides-plain-properties: | KVM_USE=true diff --git a/maintenance-ci/mos/templates/swarm-test.yaml b/maintenance-ci/mos/templates/swarm-test.yaml index be83b7b..c37541c 100644 --- a/maintenance-ci/mos/templates/swarm-test.yaml +++ b/maintenance-ci/mos/templates/swarm-test.yaml @@ -9,7 +9,7 @@ swarm-test/custom-overrides-plain-properties: '' swarm-test/custom-overrides-properties-file: '' - swarm-test/timeout: '480' + swarm-test/timeout: '1200' swarm-test/make-snapshot: 'false' swarm-test/repobranch: 'origin/stable/mitaka' swarm-test/reponame: 'fuel-qa' -- 2.45.2