Skip to content

Commit

Permalink
Merge pull request kubevirt#8799 from akalenyu/followup-storage-req-r…
Browse files Browse the repository at this point in the history
…emoval

[e2e-tests]: Don't run all storage-req tests in sig-storage jobs
  • Loading branch information
kubevirt-bot authored Oct 26, 2023
2 parents ed50079 + c347e37 commit 39d31db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ if [[ -z ${KUBEVIRT_E2E_FOCUS} && -z ${KUBEVIRT_E2E_SKIP} ]]; then
add_to_label_filter "(!migration-based-hotplug-NICs)" "&&"
fi
elif [[ $TARGET =~ sig-storage ]]; then
label_filter='((sig-storage,storage-req) && !sig-compute-migrations)'
label_filter='(sig-storage)'
elif [[ $TARGET =~ vgpu.* ]]; then
label_filter='(VGPU)'
elif [[ $TARGET =~ sig-compute-realtime ]]; then
Expand Down

0 comments on commit 39d31db

Please sign in to comment.