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 10, 2023
1 parent e9bf716 commit 7468498
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 30M --usb 40M"
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 30M --usb 40M"
image: quay.io/kubevirtci/bootstrap:v20230626-e1b7af2
name: ""
resources:
Expand Down

0 comments on commit 7468498

Please sign in to comment.