File tree Expand file tree Collapse file tree 2 files changed +9
-27
lines changed Expand file tree Collapse file tree 2 files changed +9
-27
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ e2e-iaa:
171171e2e-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+
174177pre-pull :
175178ifeq ($(TAG ) ,devel)
176179 @$(BUILDER) pull golang:1.22-bookworm
You can’t perform that action at this time.
0 commit comments