From 5b4cce6a6a05c79b802a8ef7db30326121ec0adc Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 12 Nov 2020 17:39:45 +0100 Subject: Add timeout as needed by Gitlab CI/CD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ansible/site.yml') diff --git a/ansible/site.yml b/ansible/site.yml index e8bb60468..2d644ae0d 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 @@ -41,12 +42,14 @@ - tempest_barbican - tempest_octavia - container: functest-benchmarking + timeout: 4h tests: - rally_full - rally_jobs - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims -- cgit 1.2.3-korg