Skip to content

Commit 7d3f3f3

Browse files
ci, e2e: skip qat e2e auto reset validation & make targetjob clear
The validation requires its runner to have specific kernel config. Until it is set, skip the e2e validation. When Resource:(cy/dc) is present in FOCUS, Functionality tests are automatically skipped. To make it look clear, remove it, and add Functionality in SKIP. Signed-off-by: Hyeongju Johannes Lee <[email protected]>
1 parent 3b47d27 commit 7d3f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- accel-config-demo
2929
- intel-deviceplugin-operator
3030
- name: e2e-qat-gnrd
31-
targetjob: e2e-qat FOCUS="Mode:dpdk.*Resource:(cy|dc)" SKIP="App:(crypto-perf|compress-perf)"
31+
targetjob: e2e-qat FOCUS="Mode:dpdk" SKIP="(App:(crypto-perf|compress-perf)|Functionality)"
3232
runner: simics-gnrd
3333
images:
3434
- intel-qat-plugin

0 commit comments

Comments
 (0)