aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-12 17:26:25 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-12 17:46:04 +0100
commit9cd92ef10549d80921fc4d460c7d92a0cac8fcb0 (patch)
treeaaf11e788886ec0a931b78c910eccefedb6abf37 /ansible
parenta95fdbc9dd12d5ad997c80fe1c1d99fd44ce42a9 (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')
-rw-r--r--ansible/site.cntt.yml1
-rw-r--r--ansible/site.gate.yml1
-rw-r--r--ansible/site.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml
index f86a392f..39d82372 100644
--- a/ansible/site.cntt.yml
+++ b/ansible/site.cntt.yml
@@ -10,6 +10,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 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
diff --git a/ansible/site.yml b/ansible/site.yml
index 5a7a1b11..bcf6f92a 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -10,6 +10,7 @@
- k8s_quick
- k8s_smoke
- container: functest-kubernetes-smoke
+ timeout: 3h
tests:
- xrally_kubernetes
- k8s_conformance