diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.gate.yml | 3 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index a87b2dd29..900f619f6 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -21,6 +21,7 @@ - tempest_smoke - tempest_horizon - container: functest-smoke-cntt + timeout: 2h tests: - tempest_neutron_cntt - tempest_cinder_cntt @@ -31,12 +32,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 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 diff --git a/ansible/site.yml b/ansible/site.yml index e83e0ad2b..60a2b89e8 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -21,6 +21,7 @@ - tempest_smoke - tempest_horizon - container: functest-smoke + timeout: 2h tests: - tempest_neutron - tempest_cinder @@ -41,12 +42,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 |