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 <<: *test_definition
script: script:
- make -C test/proto_alpha run-test-transaction - make -C test/proto_alpha run-test-transaction
retry: 1
test:proto_alpha:origination: test:proto_alpha:origination:
<<: *test_definition <<: *test_definition
script: script:
- make -C test/proto_alpha run-test-origination - make -C test/proto_alpha run-test-origination
retry: 1
test:proto_alpha:endorsement: test:proto_alpha:endorsement:
<<: *test_definition <<: *test_definition
script: script:
- make -C test/proto_alpha run-test-endorsement - make -C test/proto_alpha run-test-endorsement
retry: 1
test:proto_alpha:vote: test:proto_alpha:vote:
<<: *test_definition <<: *test_definition
script: script:
- make -C test/proto_alpha run-test-vote - make -C test/proto_alpha run-test-vote
retry: 1
test:basic.sh: test:basic.sh:
<<: *test_definition <<: *test_definition
script: script:
- make -C test run-basic.sh - make -C test run-basic.sh
retry: 1
test:contracts.sh: test:contracts.sh:
<<: *test_definition <<: *test_definition
script: script:
- make -C test run-contracts.sh - make -C test run-contracts.sh
retry: 1
test:multinode.sh: test:multinode.sh:
<<: *test_definition <<: *test_definition
script: script:
- make -C test run-multinode.sh - make -C test run-multinode.sh
retry: 1
## Publishing (small) docker images with tezos binaries ## Publishing (small) docker images with tezos binaries