Skip to content

Commit

Permalink
ci, e2e: skip qat e2e auto reset validation & make targetjob clear
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, 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]>
  • Loading branch information
hj-johannes-lee committed Oct 2, 2024
1 parent 2e983e7 commit 5ee6f7d
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" SKIP="(App:(crypto-perf|compress-perf)|Functionality)"
runner: simics-gnrd
images:
- intel-qat-plugin
Expand Down

0 comments on commit 5ee6f7d

Please sign in to comment.