aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-12 17:39:45 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-12 17:41:33 +0100
commit5b4cce6a6a05c79b802a8ef7db30326121ec0adc (patch)
tree8bc6771e646c7f9dd85b88d1286b0660277aaddf /ansible
parent05e9da3bb65155fd2c16995f3e4d148289fd9845 (diff)
Add timeout as needed by Gitlab CI/CD
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 <cedric.ollivier@orange.com> (cherry picked from commit 19ccc35303f0626a9d62dbbf2be9d8afe3152ea0)
Diffstat (limited to 'ansible')
-rw-r--r--ansible/site.cntt.yml3
-rw-r--r--ansible/site.gate.yml3
-rw-r--r--ansible/site.yml3
3 files changed, 9 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml
index 71389e8c8..f1dd65d27 100644
--- a/ansible/site.cntt.yml
+++ b/ansible/site.cntt.yml
@@ -24,6 +24,7 @@
- tempest_smoke
- tempest_horizon
- container: functest-smoke-cntt
+ timeout: 2h
tests:
- tempest_neutron_cntt
- tempest_cinder_cntt
@@ -34,12 +35,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 68843cc4b..77d495f33 100644
--- a/ansible/site.gate.yml
+++ b/ansible/site.gate.yml
@@ -51,6 +51,7 @@
- tempest_smoke
- tempest_horizon
- container: functest-smoke
+ timeout: 2h
tests:
- tempest_neutron
- tempest_cinder
@@ -68,12 +69,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
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