]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Run fewer CircleCI bulk tests. These are covered by builbot anyway 10975/head
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 10 Nov 2021 11:36:21 +0000 (12:36 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 10 Nov 2021 11:36:21 +0000 (12:36 +0100)
.circleci/config.yml

index 57739002209bfcadd6df2f6096253b7494b8b926..02560ea72a56042efe1b24897575f52aa4f3b941 100644 (file)
@@ -986,156 +986,6 @@ jobs:
             TRACE=no \
             ./timestamp ./recursor-test 5300 50000 16
           workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest E
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 2 4096
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest F
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 4 4096
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest G
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest H
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 16 4096
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest I
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 1
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest J
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 2
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest K
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 4
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest L
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 8
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest M
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 16
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest N
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 32
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest O
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 64
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest P
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 128
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest Q
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 256
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest R
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 512
-          workdir: ~/project/regression-tests
-      - run:
-          name: Run bulktest S
-          command: |
-            DNSBULKTEST=/usr/bin/dnsbulktest \
-            RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
-            RECCONTROL=/opt/pdns-recursor/bin/rec_control \
-            THRESHOLD=95 \
-            TRACE=no \
-            ./timestamp ./recursor-test 5300 50000 8 4096 1024
-          workdir: ~/project/regression-tests
 
   build-auth-docs:
     resource_class: small