From 34dfcfcb23c3989603f06ad8f46664845d6b9c25 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 10 Sep 2020 11:28:20 +0200 Subject: [PATCH] rec-4.3.x: Remove non-recursor tests (cherry picked from commit f7687fa94a99d47fd7c3d442f08a1b97c0b74097) --- .circleci/config.yml | 72 -------------------------------------------- .travis.yml | 3 -- 2 files changed, 75 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0aa6818ba0..0e672e8299 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1367,60 +1367,9 @@ jobs: workflows: version: 2 - coverity: - triggers: - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: master - jobs: - - coverity-auth: - context: auth-coverity - - coverity-dnsdist: - context: dnsdist-coverity - - coverity-recursor: - context: recursor-coverity - build-and-test-all: jobs: - checkout - - build-auth: - requires: - - checkout - - 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-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 - check-formatting: requires: - checkout @@ -1436,37 +1385,16 @@ workflows: - test-recursor-api: requires: - build-recursor - - build-dnsdist: - requires: - - checkout - - test-dnsdist-regression: - requires: - - build-dnsdist - - test-ixfrdist-regression: - requires: - - build-auth build-docs: jobs: - checkout - - build-auth-docs: - filters: - branches: - ignore: master - requires: - - checkout - build-recursor-docs: filters: branches: ignore: master requires: - checkout - - build-dnsdist-docs: - filters: - branches: - ignore: master - requires: - - checkout # These actually deploy - deploy-auth-docs: diff --git a/.travis.yml b/.travis.yml index bd61769385..7657392da7 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.47.2