Add timeout as needed by Gitlab CI/CD 85/71385/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Nov 2020 16:39:45 +0000 (17:39 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Nov 2020 16:40:21 +0000 (17:40 +0100)
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>
ansible/site.cntt.yml
ansible/site.gate.yml
ansible/site.yml

index a87b2dd..900f619 100644 (file)
@@ -21,6 +21,7 @@
             - tempest_smoke
             - tempest_horizon
         - container: functest-smoke-cntt
+          timeout: 2h
           tests:
             - tempest_neutron_cntt
             - tempest_cinder_cntt
             - 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
index 2c83079..ba113ca 100644 (file)
@@ -48,6 +48,7 @@
             - tempest_smoke
             - tempest_horizon
         - container: functest-smoke
+          timeout: 2h
           tests:
             - tempest_neutron
             - tempest_cinder
             - 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
index e83e0ad..60a2b89 100644 (file)
@@ -21,6 +21,7 @@
             - tempest_smoke
             - tempest_horizon
         - container: functest-smoke
+          timeout: 2h
           tests:
             - tempest_neutron
             - tempest_cinder
             - 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