Skip to content

Commit

Permalink
e2e,qat4: make crypto-perf not skipped by default
Browse files Browse the repository at this point in the history
Only runner fails running crypto-perf, so it should be skipped not when e2e-qat4 is defined.
Skip it when running e2e-qat4 in runners using GINKGO_OPT env variable.

Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
  • Loading branch information
hj-johannes-lee committed Sep 4, 2023
1 parent f458bfe commit 1ad7cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lib-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
runner: qat
images: intel-qat-plugin intel-qat-initcontainer crypto-perf
- name: e2e-qat4
targetjob: e2e-qat4 GINKGO_OPT='-ginkgo.skip "\[App:crypto-perf\]"'
runner: simics-spr
images: intel-qat-plugin intel-qat-initcontainer openssl-qat-engine
- name: e2e-sgx
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ e2e-qat: generate-ginkgo-opt
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "QAT Gen2" $(GENERATED_GINKGO_OPT) -delete-namespace-on-failure=false

e2e-qat4: generate-ginkgo-opt
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "QAT Gen4" $(GENERATED_GINKGO_OPT) -ginkgo.skip "dpdk crypto-perf" -delete-namespace-on-failure=false
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "QAT Gen4" $(GENERATED_GINKGO_OPT) -delete-namespace-on-failure=false

e2e-sgx: generate-ginkgo-opt
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "SGX" $(GENERATED_GINKGO_OPT) -delete-namespace-on-failure=false
Expand Down

0 comments on commit 1ad7cb1

Please sign in to comment.