From 696877af0357225d8245464d27d1ce568a375757 Mon Sep 17 00:00:00 2001 From: Hyeongju Johannes Lee Date: Thu, 11 Apr 2024 12:44:08 -0700 Subject: [PATCH] e2e: add compress-perf still maintain ci/cd skip test for compress-perf Signed-off-by: Hyeongju Johannes Lee --- .github/workflows/lib-e2e.yaml | 3 ++- DEVEL.md | 2 +- test/e2e/qat/qatplugin_dpdk.go | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lib-e2e.yaml b/.github/workflows/lib-e2e.yaml index 7c6a4dff..6b4229e4 100644 --- a/.github/workflows/lib-e2e.yaml +++ b/.github/workflows/lib-e2e.yaml @@ -28,7 +28,7 @@ jobs: - accel-config-demo - intel-deviceplugin-operator - name: e2e-qat-gnrd - targetjob: e2e-qat FOCUS="Mode:dpdk.*Resource:(cy|dc)" SKIP=App:crypto-perf + targetjob: e2e-qat FOCUS="Mode:dpdk.*Resource:(cy|dc)" SKIP="App:(crypto-perf|compress-perf)" runner: simics-gnrd images: - intel-qat-plugin @@ -49,6 +49,7 @@ jobs: - intel-fpga-admissionwebhook - opae-nlb-demo - name: e2e-spr + targetjob: e2e-spr SKIP="App:compress-perf" runner: spr images: - intel-qat-plugin diff --git a/DEVEL.md b/DEVEL.md index a6e134a6..f91b01fe 100644 --- a/DEVEL.md +++ b/DEVEL.md @@ -217,7 +217,7 @@ go test -v ./test/e2e/... -args -ginkgo.focus -ginkgo.skip