]> granicus.if.org Git - pdns/commitdiff
further tuning.. perhaps this will work..
authorbert hubert <bert.hubert@powerdns.com>
Wed, 30 Sep 2015 12:55:17 +0000 (14:55 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Wed, 30 Sep 2015 12:55:17 +0000 (14:55 +0200)
.travis.yml

index 2743f809b02cf41de359caaaa40d016686859e2b..fcd959bf345a730051e55a848fe75493a6a6642c 100644 (file)
@@ -95,26 +95,26 @@ script:
      --disable-silent-rules
      --disable-dependency-tracking
  - make -k dist
- - make -k -j 1
+ - make -k -j 3
  - cd docs
  - make check-links
  - cd ..
  - make -k install DESTDIR=/tmp/pdns-install-dir
  - find /tmp/pdns-install-dir -ls
- - make -j 1 check
+ - make -j 3 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
 # DNSName: - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns')
  - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns|zone2lmdb|speedtest')
  - cd pdns
- - make -k -j 1 pdns_recursor
+ - make -k -3 1 pdns_recursor
  - rm -f pdns_recursor
  - ./pdnssec test-algorithms
  - cd ..
  - ./build-scripts/dist-recursor
  - cd pdns/pdns-recursor-*/
  - OPTFLAGS=-O0 ./configure
- - OPTFLAGS=-O0 make -k -j 1
+ - OPTFLAGS=-O0 make -k -j 3
  - cd ..
  - ln -s pdns-recursor*/pdns_recursor .
  - cd ..
@@ -123,7 +123,7 @@ script:
  - tar xf dnsdist*.tar.bz2
  - cd dnsdist-*
  - CXXFLAGS=-O0 ./configure
- - make -k -j 1
+ - make -k -j 3
  - cd ..
  - rm -rf dnsdist-*/
  - cd ../../
@@ -149,15 +149,15 @@ script:
  - ./timestamp ./start-test-stop 5300 bind-both
  - ./timestamp ./start-test-stop 5300 bind-dnssec-both
  - ./timestamp ./start-test-stop 5300 bind-dnssec-pkcs11
- - ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-both
- - ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-optout-both
- - ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-narrow
+# - ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-both
+# - ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-optout-both
+# - ./timestamp ./start-test-stop 5300 bind-dnssec-nsec3-narrow
  - ./timestamp ./start-test-stop 5300 bind-hybrid-nsec3
  - ./timestamp ./start-test-stop 5300 geoipbackend
  - ./timestamp ./start-test-stop 5300 geoipbackend-nsec3-narrow
- - ./timestamp ./start-test-stop 5300 gmysql-nodnssec-both
- - ./timestamp ./start-test-stop 5300 gmysql-both
- - ./timestamp ./start-test-stop 5300 gmysql-nsec3-both
+# - ./timestamp ./start-test-stop 5300 gmysql-nodnssec-both
+# - ./timestamp ./start-test-stop 5300 gmysql-both
+# - ./timestamp ./start-test-stop 5300 gmysql-nsec3-both
  - ./timestamp ./start-test-stop 5300 gmysql-nsec3-optout-both
  - ./timestamp ./start-test-stop 5300 gmysql-nsec3-narrow
 # - ./timestamp ./start-test-stop 5300 gpgsql-nodnssec-both
@@ -165,7 +165,7 @@ script:
 # - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-both
 # - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both
  - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow
- - ./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both
+# - ./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both
 # - ./timestamp ./start-test-stop 5300 gsqlite3-both
 # - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both
  - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both