Skip to content

Commit

Permalink
Merge pull request #13840 from Habbie/daily-auth-4.9
Browse files Browse the repository at this point in the history
add auth-4.9.x and dnsdist-1.9.x to daily build test
  • Loading branch information
Habbie committed Mar 21, 2024
2 parents cb3a969 + 4d71d56 commit 79826dd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-test-all-releases-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo
contents: read

jobs:
call-build-and-test-all-auth-49:
name: Call build-and-test-all rel/auth-4.9.x
if: ${{ vars.SCHEDULED_JOBS_BUILD_AND_TEST_ALL }}
uses: PowerDNS/pdns/.github/workflows/build-and-test-all.yml@rel/auth-4.9.x
with:
branch-name: rel/auth-4.9.x

call-build-and-test-all-auth-48:
name: Call build-and-test-all rel/auth-4.8.x
if: ${{ vars.SCHEDULED_JOBS_BUILD_AND_TEST_ALL }}
Expand Down Expand Up @@ -53,6 +60,13 @@ jobs:
with:
branch-name: rel/rec-4.8.x

call-build-and-test-all-dnsdist-19:
name: Call build-and-test-all rel/dnsdist-1.9.x
if: ${{ vars.SCHEDULED_JOBS_BUILD_AND_TEST_ALL }}
uses: PowerDNS/pdns/.github/workflows/build-and-test-all.yml@rel/dnsdist-1.9.x
with:
branch-name: rel/dnsdist-1.9.x

call-build-and-test-all-dnsdist-18:
name: Call build-and-test-all rel/dnsdist-1.8.x
if: ${{ vars.SCHEDULED_JOBS_BUILD_AND_TEST_ALL }}
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/builder-releases-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo
contents: read

jobs:
call-builder-auth-49:
name: Call builder rel/auth-4.9.x
if: ${{ vars.SCHEDULED_JOBS_BUILDER }}
uses: PowerDNS/pdns/.github/workflows/builder.yml@rel/auth-4.9.x
with:
branch-name: rel/auth-4.9.x

call-builder-auth-48:
name: Call builder rel/auth-4.8.x
if: ${{ vars.SCHEDULED_JOBS_BUILDER }}
Expand Down Expand Up @@ -53,6 +60,13 @@ jobs:
with:
branch-name: rel/rec-4.8.x

call-builder-dnsdist-19:
name: Call builder rel/dnsdist-1.9.x
if: ${{ vars.SCHEDULED_JOBS_BUILDER }}
uses: PowerDNS/pdns/.github/workflows/builder.yml@rel/dnsdist-1.9.x
with:
branch-name: rel/dnsdist-1.9.x

call-builder-dnsdist-18:
name: Call builder rel/dnsdist-1.8.x
if: ${{ vars.SCHEDULED_JOBS_BUILDER }}
Expand Down

0 comments on commit 79826dd

Please sign in to comment.