Skip to content

Commit

Permalink
qat, ci, e2e: skip auto-reset validation
Browse files Browse the repository at this point in the history
The validation requires its runner to have specific kernel config.
Until it is set, we skip the e2e validation.

Signed-off-by: Hyeongju Johannes Lee <[email protected]>
  • Loading branch information
hj-johannes-lee committed Sep 27, 2024
1 parent 82998b7 commit 06c717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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|compress-perf)"
targetjob: e2e-qat FOCUS="Mode:dpdk.*Resource:(cy|dc)" SKIP="(App:(crypto-perf|compress-perf)|Functionality:auto-reset)"
runner: simics-gnrd
images:
- intel-qat-plugin
Expand Down

0 comments on commit 06c717e

Please sign in to comment.