Skip to content

Commit 0b1c3c0

Browse files
committed
e2e: use new spr bare metal node
Run IAA, DSA, GPU, QAT and SGX tests on it. Signed-off-by: Tuomas Katila <[email protected]>
1 parent b0c854a commit 0b1c3c0

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

.github/workflows/lib-e2e.yaml

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,20 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- name: e2e-dsa-spr
15-
targetjob: e2e-dsa
16-
runner: simics-spr
17-
images: intel-dsa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
1814
- name: e2e-dsa-gnr
1915
targetjob: e2e-dsa
2016
runner: simics-gnr
2117
images: intel-dsa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
22-
- name: e2e-fpga
23-
runner: fpga
24-
images: intel-fpga-plugin intel-fpga-initcontainer intel-fpga-admissionwebhook opae-nlb-demo
25-
- name: e2e-gpu
26-
runner: gpu
27-
images: intel-gpu-plugin intel-gpu-initcontainer
28-
targetJob: e2e-gpu SKIP=Resource:xe
29-
- name: e2e-iaa-spr
30-
targetjob: e2e-iaa
31-
runner: simics-spr
32-
images: intel-iaa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
3318
- name: e2e-iaa-gnr
3419
targetjob: e2e-iaa
3520
runner: simics-gnr
3621
images: intel-iaa-plugin intel-idxd-config-initcontainer accel-config-demo intel-deviceplugin-operator
37-
- name: e2e-qat
38-
targetjob: e2e-qat FOCUS=Resource:generic
39-
runner: qat
40-
images: intel-qat-plugin intel-qat-initcontainer crypto-perf
41-
- name: e2e-qat4
42-
targetjob: e2e-qat FOCUS="Mode:dpdk.*Resource:(cy|dc)" SKIP=App:crypto-perf
43-
runner: simics-spr
44-
images: intel-qat-plugin intel-qat-initcontainer openssl-qat-engine
45-
- name: e2e-sgx
46-
targetjob: e2e-sgx FOCUS="|(SGX Admission)"
47-
runner: sgx
48-
images: intel-sgx-plugin intel-sgx-initcontainer intel-sgx-admissionwebhook sgx-sdk-demo intel-deviceplugin-operator
22+
- name: e2e-fpga
23+
runner: fpga
24+
images: intel-fpga-plugin intel-fpga-initcontainer intel-fpga-admissionwebhook opae-nlb-demo
25+
- name: e2e-spr
26+
runner: spr
27+
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-sgx-plugin intel-sgx-initcontainer intel-sgx-admissionwebhook sgx-sdk-demo
4928

5029
name: ${{ matrix.name }}
5130
runs-on: ${{ matrix.runner }}

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ e2e-iaa:
171171
e2e-dlb:
172172
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "Device:dlb.*$(ADDITIONAL_FOCUS_REGEX)" $(GENERATED_SKIP_OPT) -delete-namespace-on-failure=false
173173

174+
e2e-spr:
175+
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "Device:(iaa|dsa)|Device:qat.*Mode:dpdk.*Resource:(cy|dc).*" -ginkgo.focus "Device:sgx.*|(SGX Admission)" -ginkgo.focus "Device:gpu.*Resource:i915" $(GENERATED_SKIP_OPT) -delete-namespace-on-failure=false
176+
174177
pre-pull:
175178
ifeq ($(TAG),devel)
176179
@$(BUILDER) pull golang:1.22-bookworm

0 commit comments

Comments
 (0)