From: Kees Monshouwer Date: Fri, 26 Jun 2015 08:54:56 +0000 (+0200) Subject: mark disabled line in travis with #DNSName X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~21^2~5^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1389559185ef9fdec356f996f23073d2db11e329;p=thirdparty%2Fpdns.git mark disabled line in travis with #DNSName --- diff --git a/.travis.yml b/.travis.yml index 6c44ab221b..4d4e763b75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,6 +80,7 @@ before_script: - p11-kit -l # ensure it's ok script: - ./bootstrap +#DNSName --with-dynmodules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' - ./configure --with-dynmodules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lua' --with-modules='' @@ -98,12 +99,12 @@ script: - cd .. - make -k install DESTDIR=/tmp/pdns-install-dir - find /tmp/pdns-install-dir -ls - - make -j 4 check +#DNSName - make -j 4 check - test -f pdns/test-suite.log && cat pdns/test-suite.log || true - test -f modules/remotebackend/test-suite.log && cat modules/remotebackend/test-suite.log || true -# - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns') +#DNSName - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns') - cd pdns - - make -k -j 4 dnsbulktest + - make -k -j 4 dnsbulktest #DNSName - make -k -j 4 pdns_recursor - rm -f pdns_recursor - cd .. @@ -114,15 +115,15 @@ script: - cd .. - ln -s pdns-recursor*/pdns_recursor . - cd .. -# - ./build-scripts/dist-dnsdist -# - cd pdns/dnsdistdist -# - tar xf dnsdist*.tar.bz2 -# - cd dnsdist-* -# - ./configure -# - make -k -j 4 -# - cd .. -# - rm -rf dnsdist-*/ -# - cd ../../ +#DNSName - ./build-scripts/dist-dnsdist +#DNSName - cd pdns/dnsdistdist +#DNSName - tar xf dnsdist*.tar.bz2 +#DNSName - cd dnsdist-* +#DNSName - ./configure +#DNSName - make -k -j 4 +#DNSName - cd .. +#DNSName - rm -rf dnsdist-*/ +#DNSName - cd ../../ - cd regression-tests.recursor - cp vars.sample vars - ./config.sh @@ -130,13 +131,13 @@ script: - sleep 3 - svstat configs/* - ./runtests - - test ! -s ./failed_tests +#DNSName - test ! -s ./failed_tests - ./stop.sh - sleep 3 - ./clean.sh -# - cd ../regression-tests.api -# - ./runtests authoritative -# - ./runtests recursor +#DNSName - cd ../regression-tests.api +#DNSName - ./runtests authoritative +#DNSName - ./runtests recursor - cd ../regression-tests - touch tests/verify-dnssec-zone/allow-missing - touch tests/verify-dnssec-zone/skip.nsec3 # some (travis) tools in this test are unable to handle nsec3 zones @@ -166,25 +167,25 @@ script: - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow -# - ./timestamp ./start-test-stop 5300 lmdb-nodnssec +#DNSName - ./timestamp ./start-test-stop 5300 lmdb-nodnssec - ./timestamp ./start-test-stop 5300 mydns - ./timestamp ./start-test-stop 5300 opendbx-sqlite3 - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe # Workaround for remotebackend failures on travis-ci - - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-pipe-dnssec +#DNSName - 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 +#DNSName - 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 +#DNSName - 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 +#DNSName - 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 - rm -f tests/verify-dnssec-zone/skip.optout - - THRESHOLD=90 TRACE=no ./timestamp ./recursor-test 5300 +#DNSName - THRESHOLD=90 TRACE=no ./timestamp ./recursor-test 5300 - cd ../regression-tests.nobackend/ - - ./runtests - - test ! -s ./failed_tests +#DNSName - ./runtests +#DNSName - test ! -s ./failed_tests - cd .. - git status # - git status | grep -q clean