Skip to content

e2e: add a test for checking AKS upstream #8

e2e: add a test for checking AKS upstream

e2e: add a test for checking AKS upstream #8

Workflow file for this run

name: e2e test aks runtime
on:
schedule:
- cron: "16 6 * * 6" # 6:16 on Saturdays
pull_request:
paths:
- e2e/aks-runtime/**
jobs:
test_matrix:
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