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:41:33 +0100 |
commit | 5b4cce6a6a05c79b802a8ef7db30326121ec0adc (patch) | |
tree | 8bc6771e646c7f9dd85b88d1286b0660277aaddf /ansible/site.cntt.yml | |
parent | 05e9da3bb65155fd2c16995f3e4d148289fd9845 (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/site.cntt.yml')
-rw-r--r-- | ansible/site.cntt.yml | 3 |
1 files changed, 3 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 |