-
Notifications
You must be signed in to change notification settings - Fork 8
43 lines (40 loc) · 1.07 KB
/
e2e_nightly.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: e2e test nightly
on:
workflow_dispatch:
schedule:
- cron: "30 4 * * *" # 4:30 a.m. every day
jobs:
test_matrix:
strategy:
matrix:
platform:
- name: AKS-CLH-SNP
runner: ubuntu-22.04
self-hosted: false
- name: K3s-QEMU-SNP
runner: SNP
self-hosted: true
- name: K3s-QEMU-TDX
runner: TDX
self-hosted: true
test-name: [servicemesh, openssl, policy, workloadsecret, volumestatefulset]
fail-fast: false
name: "${{ matrix.platform.name }}"
uses: ./.github/workflows/e2e.yml
with:
skip-undeploy: false
test-name: ${{ matrix.test-name }}
platform: ${{ matrix.platform.name }}
runner: ${{ matrix.platform.runner }}
self-hosted: ${{ matrix.platform.self-hosted }}
secrets: inherit
permissions:
contents: read
packages: write
peerpods:
name: AKS-PEER-SNP
uses: ./.github/workflows/e2e_peerpods.yml
secrets: inherit
permissions:
contents: read
packages: write