Skip to content

Commit

Permalink
e2e: run peer-pods test nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Dec 16, 2024
1 parent bc74d9d commit dbb13e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:
permissions:
contents: read
packages: write

peerpods:
name: AKS-PEER-SNP
uses: ./.github/workflows/e2e_peerpods.yml
secrets: inherit
permissions:
contents: read
packages: write
6 changes: 6 additions & 0 deletions .github/workflows/e2e_peerpods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
image-id:
description: "ID of the guest VM image to test (default: build a fresh image)"
required: false
workflow_call:
inputs:
image-id:
description: "ID of the guest VM image to test (default: build a fresh image)"
type: string
required: false
pull_request:
paths:
- .github/workflows/e2e_peerpods.yml
Expand Down

0 comments on commit dbb13e2

Please sign in to comment.