From 4ea9d79127d4296cb659eb43e1c88705cf1aa2e8 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 2 Jul 2019 17:29:41 +0200 Subject: [PATCH] travis, circleci: only do recursor testing --- .circleci/config.yml | 37 ------------------------------------- .travis.yml | 3 --- 2 files changed, 40 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aee0e8c42..938b2b38f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -727,43 +727,6 @@ workflows: version: 2 build-and-test-all: jobs: - - build-auth - - test-auth-api: - 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-mydns: - requires: - - build-auth - - test-auth-regress-bind: - 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 - build-recursor - test-recursor-regression: requires: diff --git a/.travis.yml b/.travis.yml index bd6176938..7657392da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,7 @@ compiler: - gcc - clang env: - - PDNS_BUILD_PRODUCT=auth - PDNS_BUILD_PRODUCT=recursor - - PDNS_BUILD_PRODUCT=dnsdist - - PDNS_BUILD_PRODUCT=ixfrdist cache: - pip -- 2.50.0