Add timeout as needed by Gitlab CI/CD 89/71389/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:42:13 +0000 (17:42 +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>
(cherry picked from commit 19ccc35303f0626a9d62dbbf2be9d8afe3152ea0)

ansible/site.cntt.yml
ansible/site.gate.yml
ansible/site.yml

index b4c8bca..cddc1ab 100644 (file)
@@ -23,6 +23,7 @@
             - odl
             - tempest_smoke
         - 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 eb99e92..d9e9e4f 100644 (file)
@@ -59,6 +59,7 @@
             - tempest_smoke
             - tempest_horizon
         - container: functest-smoke
+          timeout: 2h
           tests:
             - tempest_neutron
             - tempest_cinder
             - networking-sfc
             - barbican
         - container: functest-benchmarking
+          timeout: 4h
           tests:
             - rally_full
             - rally_jobs
             - vmtp
             - shaker
         - container: functest-vnf
+          timeout: 2h
           tests:
             - cloudify
             - cloudify_ims
index e556b1b..92bde91 100644 (file)
@@ -24,6 +24,7 @@
             - tempest_smoke
             - tempest_horizon
         - container: functest-smoke
+          timeout: 2h
           tests:
             - tempest_neutron
             - tempest_cinder
             - networking-sfc
             - barbican
         - container: functest-benchmarking
+          timeout: 4h
           tests:
             - rally_full
             - rally_jobs
             - vmtp
             - shaker
         - container: functest-vnf
+          timeout: 2h
           tests:
             - cloudify
             - cloudify_ims