]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist-1.5.x: Disable non-dnsdist tests 9539/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Sep 2020 07:20:55 +0000 (09:20 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Sep 2020 07:20:55 +0000 (09:20 +0200)
.circleci/config.yml
.travis.yml

index 6af960b74b254dadf10486432fe300ed93b30cb9..bfefc8760a2e956ff14f86f2d99726e15372f7fd 100644 (file)
@@ -1570,100 +1570,20 @@ jobs:
 
 workflows:
   version: 2
-  coverity:
-    triggers:
-      - schedule:
-          cron: "0 0 * * *"
-          filters:
-            branches:
-              only: master
-    jobs:
-      - coverity-auth:
-          context: auth-coverity
-      - coverity-dnsdist:
-          context: dnsdist-coverity
-      - coverity-recursor:
-          context: recursor-coverity
 
   build-and-test-all:
     jobs:
       - checkout
-      - build-auth:
-          requires:
-            - checkout
-      - 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-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
-      - check-formatting:
-          requires:
-            - checkout
-      - build-recursor:
-          requires:
-            - checkout
-      - test-recursor-regression:
-          requires:
-            - build-recursor
-      - test-recursor-bulk:
-          requires:
-            - build-recursor
-      - test-recursor-api:
-          requires:
-            - build-recursor
       - build-dnsdist:
           requires:
             - checkout
       - test-dnsdist-regression:
           requires:
             - build-dnsdist
-      - test-ixfrdist-regression:
-          requires:
-            - build-auth
 
   build-docs:
     jobs:
       - checkout
-      - build-auth-docs:
-          filters:
-            branches:
-              ignore: master
-          requires:
-            - checkout
-      - build-recursor-docs:
-          filters:
-            branches:
-              ignore: master
-          requires:
-            - checkout
       - build-dnsdist-docs:
           filters:
             branches:
index bd61769385c5b406df7318f88323e4f20550b87a..6bdcb4f50b205c2dcf1dfb8dede4110fdf5b3bc5 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