]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
CI: skip auth and rec 11284/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 2 Feb 2022 10:21:48 +0000 (11:21 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 2 Feb 2022 11:56:18 +0000 (12:56 +0100)
.circleci/config.yml
.github/workflows/builder.yml

index 286123b42712688897b6785d073a3901a5160c26..a5563d4e9afe8975915367cdea7a76740cad185e 100644 (file)
@@ -2089,85 +2089,15 @@ 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-api-gmysql:
-          requires:
-            - build-auth
-      - test-auth-api-gpgsql:
-          requires:
-            - build-auth
-      - test-auth-api-gsqlite3:
-          requires:
-            - build-auth
-      - test-auth-api-lmdb:
-          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-geoip:
-          requires:
-            - build-auth
-      - test-auth-regress-remote:
-          requires:
-            - build-auth
-      - test-auth-regress-lua2:
-          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
@@ -2180,51 +2110,3 @@ workflows:
       - test-dnsdist-regression-with-tsan:
           requires:
             - build-dnsdist-with-tsan
-      - 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:
-              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
index ce32ad0db0140ccfd8dd09a118668ac8b10ce465..caf456c7f0d057c69548ad187363f451ad25d449 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-20.04
     strategy:
       matrix:
-        product: ['authoritative', 'recursor', 'dnsdist']
+        product: ['dnsdist']
         os:
           - centos-7
           - ubuntu-bionic