commit | 0c5f2cd7bf0730502c12f1d962bc2f52f41f44b7 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <dis.xcom@gmail.com> | Thu May 25 10:59:58 2017 -0400 |
committer | Dennis Dmitriev <dis.xcom@gmail.com> | Thu May 25 11:00:32 2017 -0400 |
tree | 2f5f808a071026ea9525f060f933364c13bf2c37 | |
parent | e76a0c9a5cfd0cb401d26c16c2d2ac0b12597262 [diff] |
Revert "Add retry counts in the places where jobs were dropped. Also increased timeout." This reverts commit e76a0c9a5cfd0cb401d26c16c2d2ac0b12597262. Change-Id: Ib52c5ba8e73e6f50a587be65838f6152ab207334 Reviewed-on: https://review.gerrithub.io/362576 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 b446afc..dd06454 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: 2, delay: 10} + retry: {count: 1, delay: 5} 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 7939368..8b708c9 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: 2, delay: 15} + retry: {count: 1, delay: 10} skip_fail: false