Add timeout as needed by Gitlab CI/CD 98/71398/1
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>
Sun, 15 Nov 2020 22:07:57 +0000 (23:07 +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 3a89dae..a815e58 100644 (file)
@@ -13,6 +13,7 @@
             - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
+          timeout: 3h
           tests:
             - xrally_kubernetes
             - k8s_conformance
index b204bd4..1f4f8ec 100644 (file)
@@ -47,6 +47,7 @@
             - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
+          timeout: 3h
           tests:
             - xrally_kubernetes
             - k8s_conformance
index d27971b..8b40c00 100644 (file)
@@ -13,6 +13,7 @@
             - k8s_quick
             - k8s_smoke
         - container: functest-kubernetes-smoke
+          timeout: 3h
           tests:
             - xrally_kubernetes
             - k8s_conformance