Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: run peer-pods test nightly #1068

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/e2e_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: e2e test nightly

on:
workflow_dispatch:
schedule:
- cron: "30 4 * * *" # 4:30 a.m. every day

Expand Down Expand Up @@ -32,3 +33,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
Loading