Add timeout as needed by Gitlab CI/CD 84/71384/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Nov 2020 16:26:25 +0000 (17:26 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Nov 2020 16:46:26 +0000 (17:46 +0100)
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 <cedric.ollivier@orange.com>
(cherry picked from commit f38caec124b925f8c633f9d8b4474bd1085638a2)

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

index e4b9618..0167a2c 100644 (file)
@@ -13,6 +13,7 @@
             - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
+          timeout: 3h
           tests:
             - xrally_kubernetes
             - k8s_conformance
index fa77d18..1b1c512 100644 (file)
@@ -47,6 +47,7 @@
             - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
+          timeout: 3h
           tests:
             - xrally_kubernetes
             - k8s_conformance
index 086cfd5..35c3983 100644 (file)
@@ -13,6 +13,7 @@
             - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
+          timeout: 3h
           tests:
             - xrally_kubernetes
             - k8s_conformance