File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,9 @@ e2e-dsa:
163163e2e-iaa :
164164 @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus " Device:iaa.*$( ADDITIONAL_FOCUS_REGEX) " $(GENERATED_SKIP_OPT ) -delete-namespace-on-failure=false
165165
166+ # This is a CI specific target to run all tests that are possible in the SPR host
166167e2e-spr :
167- @$(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
168+ @$(GO ) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus " Device:qat.*Mode:dpdk.*Resource:(cy|dc).*" -ginkgo.focus " Device:sgx.*|(SGX Admission)" $(GENERATED_SKIP_OPT ) -delete-namespace-on-failure=false
168169
169170pre-pull :
170171ifeq ($(TAG ) ,devel)
You can’t perform that action at this time.
0 commit comments