From: Peter van Dijk Date: Mon, 6 Apr 2020 15:04:39 +0000 (+0200) Subject: circleci auth: use recursor on localhost for resolving ALIAS X-Git-Tag: dnsdist-1.5.0-rc1~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9009%2Fhead;p=thirdparty%2Fpdns.git circleci auth: use recursor on localhost for resolving ALIAS --- diff --git a/.circleci/config.yml b/.circleci/config.yml index e5f2f928b0..3f7cc1ea6c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,6 +75,7 @@ commands: dnsutils \ ldnsutils \ libnet-dns-perl \ + pdns-recursor \ unbound-host - run: name: Install jdnssectools @@ -89,6 +90,10 @@ commands: - run: name: Allow missing tools in verify-dnssec-zone command: touch regression-tests/tests/verify-dnssec-zone/allow-missing + - run: + name: Start PowerDNS Recursor in the background + command: pdns_recursor + background: true auth-regress: description: Run one auth regression context @@ -130,6 +135,7 @@ commands: ZONE2LDAP=<< parameters.prefix >>bin/zone2ldap \ PDNSUTIL=<< parameters.prefix >>bin/pdnsutil \ PDNSCONTROL=<< parameters.prefix >>bin/pdns_control \ + RESOLVERIP=127.0.0.1 \ ./start-test-stop 5300 << parameters.context >> - when: condition: << parameters.doroot >> @@ -154,6 +160,7 @@ commands: ZONE2LDAP=<< parameters.prefix >>bin/zone2ldap \ PDNSUTIL=<< parameters.prefix >>bin/pdnsutil \ PDNSCONTROL=<< parameters.prefix >>bin/pdns_control \ + RESOLVERIP=127.0.0.1 \ ./start-test-stop 5300 << parameters.context >> install-recursor-deps: