Skip to content

Commit

Permalink
rec: specialize rec-5.2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Dec 10, 2024
1 parent 4759ae2 commit 42b940d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,094 deletions.
464 changes: 0 additions & 464 deletions .github/workflows/build-and-test-all.yml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
runs-on: ${{ matrix.runner-os }}
strategy:
matrix:
product: ['authoritative', 'recursor', 'dnsdist']
product: ['recursor']
os:
- el-7
- el-8
- centos-9-stream
- ubuntu-noble
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['cpp']
product: ['auth', 'rec', 'dnsdist']
product: ['rec']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

Expand All @@ -54,8 +54,6 @@ jobs:
REPO_HOME: ${{ github.workspace }}

outputs:
clang-tidy-annotations-auth: ${{ steps.clang-tidy-annotations-auth.outputs.failed }}
clang-tidy-annotations-dnsdist: ${{ steps.clang-tidy-annotations-dnsdist.outputs.failed }}
clang-tidy-annotations-rec: ${{ steps.clang-tidy-annotations-rec.outputs.failed }}

steps:
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo
actions: read

jobs:
call-build-image-auth:
uses: PowerDNS/pdns/.github/workflows/build-docker-images.yml@master
if: ${{ vars.SCHEDULED_DOCKER }}
with:
product: auth
ref: ${{ github.ref_name }}
image-name: pdns-auth-master
image-tags: |-
latest
image-description: 'EXPERIMENTAL pdns auth image'
platforms: linux/amd64,linux/arm64/v8
push: true
secrets:
DOCKERHUB_ORGANIZATION_NAME: ${{ secrets.DOCKERHUB_ORGANIZATION_NAME }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

call-build-image-recursor:
uses: PowerDNS/pdns/.github/workflows/build-docker-images.yml@master
if: ${{ vars.SCHEDULED_DOCKER }}
Expand All @@ -44,19 +27,3 @@ jobs:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

call-build-image-dnsdist:
uses: PowerDNS/pdns/.github/workflows/build-docker-images.yml@master
if: ${{ vars.SCHEDULED_DOCKER }}
with:
product: dnsdist
ref: ${{ github.ref_name }}
image-name: dnsdist-master
image-tags: |-
latest
image-description: 'EXPERIMENTAL dnsdist image'
platforms: linux/amd64,linux/arm64/v8
push: true
secrets:
DOCKERHUB_ORGANIZATION_NAME: ${{ secrets.DOCKERHUB_ORGANIZATION_NAME }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
338 changes: 0 additions & 338 deletions .github/workflows/documentation.yml

This file was deleted.

134 changes: 0 additions & 134 deletions .github/workflows/misc-dailies.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/spelling.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/spelling2.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/spelling3.yml

This file was deleted.

0 comments on commit 42b940d

Please sign in to comment.