diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-12 17:26:25 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-12 17:46:04 +0100 |
commit | 9cd92ef10549d80921fc4d460c7d92a0cac8fcb0 (patch) | |
tree | aaf11e788886ec0a931b78c910eccefedb6abf37 /ansible/site.gate.yml | |
parent | a95fdbc9dd12d5ad997c80fe1c1d99fd44ce42a9 (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 bfe330f4..05a2b2d4 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -44,6 +44,7 @@ - k8s_quick - k8s_smoke - container: functest-kubernetes-smoke + timeout: 3h tests: - xrally_kubernetes - k8s_conformance |