From: Cédric Ollivier Date: Thu, 12 Nov 2020 16:26:25 +0000 (+0100) Subject: Add timeout as needed by Gitlab CI/CD X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9825617c56bf1db5605da07ccfa5416a5d1d6511;p=functest-kubernetes.git Add timeout as needed by Gitlab CI/CD Gitlab CI/CD sets 1h as default timeout. The timeout is valid for both test cases even if only k8s_conformance reaches 1h (XtestingCI design). Change-Id: Ieaef1cefb3dfc7f9ca47b1ce8ec082409fa52604 Signed-off-by: Cédric Ollivier (cherry picked from commit f38caec124b925f8c633f9d8b4474bd1085638a2) --- diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 3a89daec..a815e585 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -13,6 +13,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index b204bd4c..1f4f8ec1 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -47,6 +47,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance diff --git a/ansible/site.yml b/ansible/site.yml index d27971b2..8b40c006 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -13,6 +13,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance