From 90d1b55159582ba61392377700ad21ac62b09343 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 2 Feb 2022 11:21:48 +0100 Subject: [PATCH] CI: skip auth and rec --- .circleci/config.yml | 118 ---------------------------------- .github/workflows/builder.yml | 2 +- 2 files changed, 1 insertion(+), 119 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 286123b427..a5563d4e9a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2089,85 +2089,15 @@ workflows: 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-gmysql: - requires: - - build-auth - - test-auth-api-gpgsql: - requires: - - build-auth - - test-auth-api-gsqlite3: - requires: - - build-auth - - test-auth-api-lmdb: - 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-geoip: - requires: - - build-auth - - test-auth-regress-remote: - requires: - - build-auth - - test-auth-regress-lua2: - 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 - - build-recursor: - requires: - - checkout - - test-recursor-regression: - requires: - - build-recursor - - test-recursor-bulk: - requires: - - build-recursor - - test-recursor-api: - requires: - - build-recursor - build-dnsdist: requires: - checkout @@ -2180,51 +2110,3 @@ workflows: - test-dnsdist-regression-with-tsan: requires: - build-dnsdist-with-tsan - - 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: - context: docs - filters: - branches: - only: master - requires: - - checkout - - deploy-recursor-docs: - context: docs - filters: - branches: - only: master - requires: - - checkout - - deploy-dnsdist-docs: - context: docs - filters: - branches: - only: master - requires: - - checkout diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ce32ad0db0..caf456c7f0 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - product: ['authoritative', 'recursor', 'dnsdist'] + product: ['dnsdist'] os: - centos-7 - ubuntu-bionic -- 2.47.2