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-15 23:07:57 +0100 |
commit | 9825617c56bf1db5605da07ccfa5416a5d1d6511 (patch) | |
tree | 539a2da85e1189af963dc77c42e330e6f576712c /ansible/site.cntt.yml | |
parent | f6702f9a8cffa214405cbd2c761d687054fa5146 (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.cntt.yml')
-rw-r--r-- | ansible/site.cntt.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 3a89daec..a815e585 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 |