From cf2274798999e56704a85bd8ffbaa6cee57d6244 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 12 Nov 2020 17:26:25 +0100 Subject: Add timeout as needed by Gitlab CI/CD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- ansible/site.cntt.yml | 1 + ansible/site.gate.yml | 1 + ansible/site.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index e4b96186..0167a2ce 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 fa77d18b..1b1c5120 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 086cfd5f..35c39834 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 -- cgit 1.2.3-korg