]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
CircleCI parts for rec branch specialization 11528/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Apr 2022 11:07:53 +0000 (13:07 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Apr 2022 11:07:53 +0000 (13:07 +0200)
.circleci/config.yml

index 55f387ea77c30cf6e177af9d6c07b9dd7aaeb823..9d59f1e623d1e397353984a372ba329f8513cfdb 100644 (file)
@@ -1053,73 +1053,6 @@ workflows:
             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-regress-odbc-sqlite3:
-          requires:
-            - build-auth
-      - test-auth-regress-odbc-mssql:
-          requires:
-            - build-auth
-      - test-auth-regress-geoip:
-          requires:
-            - build-auth
-      - test-auth-regress-ldap:
-          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:
-              ignore: master
-          requires:
-            - checkout
-
-      # These actually deploy
-      - deploy-auth-docs:
-          context: docs
-          filters:
-            branches:
-              only: master
-          requires:
-            - checkout
-      - deploy-recursor-docs:
-          context: docs
-          filters:
-            branches:
-              only: master
-          requires:
-            - checkout
-      - deploy-dnsdist-docs:
-          context: docs
-          filters:
-            branches:
-              only: master
-          requires:
-            - checkout