Skip to content

Commit

Permalink
Add usb emulation for hostdev testing
Browse files Browse the repository at this point in the history
For sig-compute in 1.26 and 1.27 only.

This is possible since:
  kubevirt/kubevirtci#996

The follow CI would benefit from it:
  kubevirt/kubevirt#10015

Signed-off-by: Victor Toso <[email protected]>
  • Loading branch information
victortoso committed Jul 6, 2023
1 parent 9e5ed41 commit 01bc9ad
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1645,6 +1645,8 @@ presubmits:
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_PROVIDER_EXTRA_ARGS
value: --usb 30 --usb 40
image: quay.io/kubevirtci/bootstrap:v20230626-e1b7af2
name: ""
resources:
Expand Down Expand Up @@ -1888,6 +1890,8 @@ presubmits:
value: "true"
- name: KUBEVIRT_WITH_ETC_IN_MEMORY
value: "true"
- name: KUBEVIRT_PROVIDER_EXTRA_ARGS
value: --usb 30 --usb 40
image: quay.io/kubevirtci/bootstrap:v20230626-e1b7af2
name: ""
resources:
Expand Down

0 comments on commit 01bc9ad

Please sign in to comment.