From efb4406fd266aee3865bff839602fcae96b194b9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 9 Jul 2015 16:03:42 +0200 Subject: [PATCH] reintroduce travis_retry for remotebackend --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13d2cbac63..8dd956328f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,14 +170,14 @@ script: #DNSName - ./timestamp ./start-test-stop 5300 lmdb-nodnssec - ./timestamp ./start-test-stop 5300 mydns - ./timestamp ./start-test-stop 5300 opendbx-sqlite3 - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe-dnssec - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix-dnssec - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http-dnssec - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq - - ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq-dnssec + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe-dnssec + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix-dnssec + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http-dnssec + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq + - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq-dnssec - ./timestamp ./start-test-stop 5300 tinydns - rm -f tests/verify-dnssec-zone/allow-missing - rm -f tests/verify-dnssec-zone/skip.nsec3 -- 2.47.2