commit | e76a0c9a5cfd0cb401d26c16c2d2ac0b12597262 | [log] [tgz] |
---|---|---|
author | Valentyn Yakovlev <valentyn.yakovlev@gmail.com> | Thu May 25 17:27:21 2017 +0300 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Thu May 25 10:58:47 2017 -0400 |
tree | 73219bfa2baba638ddc9d6d1cc3a6584d75d63be | |
parent | eed70d79d4e38467dd433f600f481e0ac4cb7a35 [diff] |
Add retry counts in the places where jobs were dropped. Also increased timeout. Change-Id: I1eeb6d7a78debb3dafd4118a5dae365408a6eb07 Reviewed-on: https://review.gerrithub.io/362562 Reviewed-by: Dennis Dmitriev <dis.xcom@gmail.com> Tested-by: Dennis Dmitriev <dis.xcom@gmail.com>
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-calico/common-services.yaml b/tcp_tests/templates/virtual-mcp11-k8s-calico/common-services.yaml index dd06454..b446afc 100644 --- a/tcp_tests/templates/virtual-mcp11-k8s-calico/common-services.yaml +++ b/tcp_tests/templates/virtual-mcp11-k8s-calico/common-services.yaml
@@ -62,7 +62,7 @@ salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@kubernetes:pool' state.sls kubernetes.pool; salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@kubernetes:pool' cmd.run 'calicoctl node status'; node_name: {{ HOSTNAME_CFG01 }} - retry: {count: 1, delay: 5} + retry: {count: 2, delay: 10} skip_fail: false - description: Setup NAT for Calico
diff --git a/tcp_tests/templates/virtual-mcp11-k8s-calico/sl.yaml b/tcp_tests/templates/virtual-mcp11-k8s-calico/sl.yaml index 8b708c9..7939368 100644 --- a/tcp_tests/templates/virtual-mcp11-k8s-calico/sl.yaml +++ b/tcp_tests/templates/virtual-mcp11-k8s-calico/sl.yaml
@@ -150,5 +150,5 @@ - description: Configure Grafana dashboards and datasources cmd: salt -C 'I@grafana:client' state.sls grafana.client node_name: {{ HOSTNAME_CFG01 }} - retry: {count: 1, delay: 10} + retry: {count: 2, delay: 15} skip_fail: false