diff options
author | 2020-11-12 17:26:25 +0100 | |
---|---|---|
committer | 2020-11-12 17:44:33 +0100 | |
commit | e4813d3da0f8a3393086920f7a034b8f2b7c1a98 (patch) | |
tree | cbde6d07f8432798e39eb7c559d74d66578b6492 /ansible/site.gate.yml | |
parent | 98e86d7354c3f4a9f9a79fcf7e490523b2cfa78c (diff) |
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 <cedric.ollivier@orange.com>
(cherry picked from commit f38caec124b925f8c633f9d8b4474bd1085638a2)
Diffstat (limited to 'ansible/site.gate.yml')
-rw-r--r-- | ansible/site.gate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 977abc4c..58bdd313 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 |