CI: allow tests involving a node to be retried once

This commit is contained in:
Grégoire Henry 2017-08-28 20:08:53 +02:00
parent d6348c009a
commit ed5742404a

View File

@ -116,36 +116,43 @@ test:proto_alpha:transactions:
<<: *test_definition
script:
- make -C test/proto_alpha run-test-transaction
retry: 1
test:proto_alpha:origination:
<<: *test_definition
script:
- make -C test/proto_alpha run-test-origination
retry: 1
test:proto_alpha:endorsement:
<<: *test_definition
script:
- make -C test/proto_alpha run-test-endorsement
retry: 1
test:proto_alpha:vote:
<<: *test_definition
script:
- make -C test/proto_alpha run-test-vote
retry: 1
test:basic.sh:
<<: *test_definition
script:
- make -C test run-basic.sh
retry: 1
test:contracts.sh:
<<: *test_definition
script:
- make -C test run-contracts.sh
retry: 1
test:multinode.sh:
<<: *test_definition
script:
- make -C test run-multinode.sh
retry: 1
## Publishing (small) docker images with tezos binaries