]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Two bulk test steps were named identically, rename
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 16 Dec 2020 09:54:44 +0000 (10:54 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 7 Jan 2021 11:48:06 +0000 (12:48 +0100)
.circleci/config.yml

index 7c78d0a9e21436411089545aade6f8962c1790a4..f64919f91d7f2c721e51dec8f26ae3a35a6c9307 100644 (file)
@@ -1297,7 +1297,7 @@ jobs:
             ./timestamp ./recursor-test 5300 50000 8 4096 16
           workdir: ~/project/regression-tests
       - run:
-          name: Run bulktest M
+          name: Run bulktest N
           command: |
             DNSBULKTEST=/usr/bin/dnsbulktest \
             RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
@@ -1307,7 +1307,7 @@ jobs:
             ./timestamp ./recursor-test 5300 50000 8 4096 32
           workdir: ~/project/regression-tests
       - run:
-          name: Run bulktest N
+          name: Run bulktest O
           command: |
             DNSBULKTEST=/usr/bin/dnsbulktest \
             RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
@@ -1317,7 +1317,7 @@ jobs:
             ./timestamp ./recursor-test 5300 50000 8 4096 64
           workdir: ~/project/regression-tests
       - run:
-          name: Run bulktest O
+          name: Run bulktest P
           command: |
             DNSBULKTEST=/usr/bin/dnsbulktest \
             RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
@@ -1327,7 +1327,7 @@ jobs:
             ./timestamp ./recursor-test 5300 50000 8 4096 128
           workdir: ~/project/regression-tests
       - run:
-          name: Run bulktest P
+          name: Run bulktest Q
           command: |
             DNSBULKTEST=/usr/bin/dnsbulktest \
             RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
@@ -1337,7 +1337,7 @@ jobs:
             ./timestamp ./recursor-test 5300 50000 8 4096 256
           workdir: ~/project/regression-tests
       - run:
-          name: Run bulktest Q
+          name: Run bulktest R
           command: |
             DNSBULKTEST=/usr/bin/dnsbulktest \
             RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \
@@ -1347,7 +1347,7 @@ jobs:
             ./timestamp ./recursor-test 5300 50000 8 4096 512
           workdir: ~/project/regression-tests
       - run:
-          name: Run bulktest R
+          name: Run bulktest S
           command: |
             DNSBULKTEST=/usr/bin/dnsbulktest \
             RECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \