-
Notifications
You must be signed in to change notification settings - Fork 19
48 lines (46 loc) · 1.36 KB
/
e2e_runtime_rs.yml
File metadata and controls
48 lines (46 loc) · 1.36 KB
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
44
45
46
47
48
name: e2e test runtime-rs
on:
pull_request:
paths:
- overlays/sets/runtime-rs.nix
- packages/by-name/kata/runtime/**
- packages/by-name/kata/runtime-rs/**
- e2e/runtime-rs-tmp/**
jobs:
tests:
strategy:
matrix:
platform:
- name: Metal-QEMU-SNP
runner: SNP
self-hosted: true
- name: Metal-QEMU-TDX
runner: TDX
self-hosted: true
- name: Metal-QEMU-SNP-GPU
runner: SNP-GPU
self-hosted: true
- name: Metal-QEMU-TDX-GPU
runner: TDX-GPU
self-hosted: true
test-name:
- runtime-rs-tmp
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 }}
debug-shell: true
secrets:
GITHUB_TOKEN_IN: ${{ secrets.GITHUB_TOKEN }}
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
NUNKI_CI_COMMIT_PUSH_PR: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
TEAMS_CI_WEBHOOK: ${{ secrets.TEAMS_CI_WEBHOOK }}
CONTRAST_GHCR_READ: ${{ secrets.CONTRAST_GHCR_READ }}
permissions:
contents: read
packages: write