-
Notifications
You must be signed in to change notification settings - Fork 204
87 lines (83 loc) · 2.71 KB
/
lib-e2e.yaml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name: e2e
on:
workflow_call:
permissions:
contents: read
jobs:
e2e:
strategy:
fail-fast: false
matrix:
include:
- name: e2e-dsa-gnr
targetjob: e2e-dsa
runner: simics-gnr
images:
- intel-dsa-plugin
- intel-idxd-config-initcontainer
- accel-config-demo
- intel-deviceplugin-operator
- name: e2e-iaa-gnr
targetjob: e2e-iaa
runner: simics-gnr
images:
- intel-iaa-plugin
- intel-idxd-config-initcontainer
- accel-config-demo
- intel-deviceplugin-operator
- name: e2e-qat-gnrd
targetjob: e2e-qat FOCUS="Mode:dpdk" SKIP="(App:(crypto-perf|compress-perf)|Functionality)"
runner: simics-gnrd
images:
- intel-qat-plugin
- intel-qat-initcontainer
- openssl-qat-engine
- name: e2e-fpga
runner: fpga
images:
- intel-fpga-plugin
- intel-fpga-initcontainer
- intel-fpga-admissionwebhook
- opae-nlb-demo
- name: e2e-spr
targetjob: e2e-spr SKIP="App:compress-perf"
runner: spr
images:
- intel-qat-plugin
- intel-qat-initcontainer
- openssl-qat-engine
- intel-dsa-plugin
- intel-idxd-config-initcontainer
- accel-config-demo
- intel-deviceplugin-operator
- intel-iaa-plugin
- crypto-perf
- intel-gpu-plugin
- intel-gpu-levelzero
- intel-sgx-plugin
- intel-sgx-initcontainer
- intel-sgx-admissionwebhook
- sgx-sdk-demo
name: ${{ matrix.name }}
runs-on: ${{ matrix.runner }}
env:
TARGET_JOB: ${{ matrix.targetjob || matrix.name }}
IMAGES: ${{ join(matrix.images, ' ') }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Describe test environment
run: |
echo "Event name: ${{ github.event_name }}"
echo "Actor: ${{ github.actor }}"
echo "Ref: ${{ github.ref }}"
echo "SHA: ${{ github.sha }}"
echo "Images: $IMAGES"
echo "Target job: $TARGET_JOB"
- name: Wait for ready state
run: ../../../../bmetal/actions-bmetal-runstage.sh waitready
- name: Prepare test environment
run: ../../../../bmetal/actions-bmetal-runstage.sh prepare
- name: Run tests
run: ../../../../bmetal/actions-bmetal-runstage.sh test