-
Notifications
You must be signed in to change notification settings - Fork 8
43 lines (41 loc) · 1.01 KB
/
e2e_openssl.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
on:
pull_request:
paths:
- "**"
- "!.github/**"
- ".github/actions/setup_nix.yml"
- ".github/workflows/e2e.yml"
- ".github/workflows/e2e_openssl.yml"
- "!dev-docs/**"
- "!docs/**"
- "!rfc/**"
- "!tools/asciinema/**"
- "!tools/vale/**"
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
fail-fast: false
name: "${{ matrix.platform.name }}"
uses: ./.github/workflows/e2e.yml
with:
skip-undeploy: false
test-name: openssl
platform: ${{ matrix.platform.name }}
runner: ${{ matrix.platform.runner }}
self-hosted: ${{ matrix.platform.self-hosted }}
secrets: inherit
permissions:
contents: read
packages: write