]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
mark disabled line in travis with #DNSName
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 26 Jun 2015 08:54:56 +0000 (10:54 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 30 Jun 2015 06:12:52 +0000 (08:12 +0200)
.travis.yml

index 6c44ab221b460966a4b7dcc69229148c8c7bf437..4d4e763b750994eabe25821ffde4892b65c2a94d 100644 (file)
@@ -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