Skip to content

Commit

Permalink
write github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 17, 2024
1 parent 6a36013 commit 22040a2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/e2e_aks_runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: e2e test aks runtime

on:
schedule:
- cron: "16 6 * * 6" # 6:16 on Saturdays
pull_request:
paths:
- e2e/aks-runtime/**

jobs:
test_matrix:
strategy:
fail-fast: false
name: Test aks runtime
uses: ./.github/workflows/e2e.yml
with:
skip-undeploy: false
test-name: aks-runtime
platform: AKS-CLH-SNP
runner: ubuntu-22.04
self-hosted: false
secrets: inherit
permissions:
contents: read
packages: write

0 comments on commit 22040a2

Please sign in to comment.