]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
travis, circleci: only do recursor testing 8017/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 2 Jul 2019 15:29:41 +0000 (17:29 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 2 Jul 2019 15:29:41 +0000 (17:29 +0200)
.circleci/config.yml
.travis.yml

index aee0e8c4234875ff46ef703f0c46e1d0d7f2b55d..938b2b38fd418da9d2c4d9bb2f5e3ae140072e4a 100644 (file)
@@ -727,43 +727,6 @@ workflows:
   version: 2
   build-and-test-all:
     jobs:
-      - build-auth
-      - test-auth-api:
-          requires:
-            - build-auth
-      - test-auth-algorithms:
-          requires:
-            - build-auth
-      - test-auth-regress-odbc-sqlite3:
-          requires:
-            - build-auth
-      - test-auth-regress-odbc-mssql:
-          requires:
-            - build-auth
-      - test-auth-regress-gmysql:
-          requires:
-            - build-auth
-      - test-auth-regress-mydns:
-          requires:
-            - build-auth
-      - test-auth-regress-bind:
-          requires:
-            - build-auth
-      - test-auth-regress-gsqlite3:
-          requires:
-            - build-auth
-      - test-auth-regress-gpgsql:
-          requires:
-            - build-auth
-      - test-auth-regress-lmdb:
-          requires:
-            - build-auth
-      - test-auth-regress-ldap:
-          requires:
-            - build-auth
-      - test-auth-regress-tinydns:
-          requires:
-            - build-auth
       - build-recursor
       - test-recursor-regression:
           requires:
index bd61769385c5b406df7318f88323e4f20550b87a..7657392da788c1779302e13b215b771756bed6fe 100644 (file)
@@ -5,10 +5,7 @@ compiler:
   - gcc
   - clang
 env:
-  - PDNS_BUILD_PRODUCT=auth
   - PDNS_BUILD_PRODUCT=recursor
-  - PDNS_BUILD_PRODUCT=dnsdist
-  - PDNS_BUILD_PRODUCT=ixfrdist
 
 cache:
   - pip