- 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
- - build-dnsdist-with-tsan:
- requires:
- - checkout
- - test-dnsdist-regression:
- requires:
- - build-dnsdist
- - 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