diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-12 17:39:45 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-12 17:40:21 +0100 |
commit | 19ccc35303f0626a9d62dbbf2be9d8afe3152ea0 (patch) | |
tree | fc18f09f5dbc96b16e6d10314c3881223a576158 /ansible/site.gate.yml | |
parent | 03df88bbbb0481ab054343b7304df14037934c66 (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>
Diffstat (limited to 'ansible/site.gate.yml')
-rw-r--r-- | ansible/site.gate.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 2c8307972..ba113ca9e 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -48,6 +48,7 @@ - tempest_smoke - tempest_horizon - container: functest-smoke + timeout: 2h tests: - tempest_neutron - tempest_cinder @@ -68,12 +69,14 @@ - tempest_octavia - tempest_cyborg - container: functest-benchmarking + timeout: 4h tests: - rally_full - rally_jobs - vmtp - shaker - container: functest-vnf + timeout: 2h tests: - cloudify - cloudify_ims |