From e2204c97efd8416d7ef3c3f54ffc057d60b5792c Mon Sep 17 00:00:00 2001 From: Otto Date: Wed, 10 Nov 2021 12:36:21 +0100 Subject: [PATCH] Run fewer CircleCI bulk tests. These are covered by builbot anyway --- .circleci/config.yml | 150 ------------------------------------------- 1 file changed, 150 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5773900220..02560ea72a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 -- 2.47.2