From fdc957c17a3dca7fd66d476aec0a70eeb09384a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 12 Nov 2020 17:39:45 +0100 Subject: [PATCH] Add timeout as needed by Gitlab CI/CD MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Gitlab CI/CD sets 1h as default timeout. The timeout is valid for all test cases in tiers (current XtestingCI design). Change-Id: I1ffae060ee8fd26426a9ee9a2ad2cd131ff9abe9 Signed-off-by: Cédric Ollivier (cherry picked from commit 19ccc35303f0626a9d62dbbf2be9d8afe3152ea0) --- ansible/site.cntt.yml | 3 +++ ansible/site.gate.yml | 3 +++ ansible/site.yml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index b4c8bcad7..cddc1ab1e 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -23,6 +23,7 @@ - odl - tempest_smoke - container: functest-smoke-cntt + timeout: 2h tests: - tempest_neutron_cntt - tempest_cinder_cntt @@ -33,12 +34,14 @@ - tempest_scenario_cntt - tempest_slow_cntt - container: functest-benchmarking-cntt + timeout: 4h tests: - rally_full_cntt - rally_jobs_cntt - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index eb99e9240..d9e9e4f47 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -59,6 +59,7 @@ - tempest_smoke - tempest_horizon - container: functest-smoke + timeout: 2h tests: - tempest_neutron - tempest_cinder @@ -74,12 +75,14 @@ - networking-sfc - barbican - container: functest-benchmarking + timeout: 4h tests: - rally_full - rally_jobs - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims diff --git a/ansible/site.yml b/ansible/site.yml index e556b1b5b..92bde9134 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -24,6 +24,7 @@ - tempest_smoke - tempest_horizon - container: functest-smoke + timeout: 2h tests: - tempest_neutron - tempest_cinder @@ -39,12 +40,14 @@ - networking-sfc - barbican - container: functest-benchmarking + timeout: 4h tests: - rally_full - rally_jobs - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims -- 2.16.6