Reduce the max nb of consecutive failures

Note that this require the snap framework commit ID
to be updated to a later version so that this effectively
work properly

Change-Id: Ie3963834d875c40ff0e34760d82e908365feaae0
This commit is contained in:
Olivier Bourdon 2016-08-19 15:27:19 +02:00
parent b78237a53e
commit 8bed964353
2 changed files with 3 additions and 2 deletions

View File

@ -89,8 +89,8 @@ make deps
# Build Snap
# https://github.com/intelsdi-x/snap/commit/5137f6cb389b3502b8d79d05aac2d5a6ecec1b41
REFSPEC="5137f6cb389b3502b8d79d05aac2d5a6ecec1b41"
# https://github.com/intelsdi-x/snap/commit/4e6b19df7b7b7d4300429ba22b766c2ac70d2e29
REFSPEC="4e6b19df7b7b7d4300429ba22b766c2ac70d2e29"
cd $GOPATH/src/github.com/intelsdi-x/snap
git checkout ${REFSPEC}
make deps all install

View File

@ -4,6 +4,7 @@
"type": "simple",
"interval": "10s"
},
"max-failures": 5,
"workflow": {
"collect": {
"config": {