Skip to content

Commit

Permalink
incus-test-gpu: Add Intel SR-IOV
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 10, 2024
1 parent 1ef01c0 commit 80fd7ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jenkins/jobs/incus-test-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: platform
type: user-defined
values:
- intel
- nvidia

- axis:
Expand Down Expand Up @@ -45,9 +46,13 @@
exec /lxc-ci/bin/maas-run name=lantea jammy ga-22.04 iommu,amd-vgpu bin/test-incus-gpu-vm amd
fi
if [ "${platform}" = "intel" ] && [ "${target}" = "vm" ]; then
exec /lxc-ci/bin/maas-run name=nuc03 jammy ga-24.04 intel-vgpu bin/test-incus-gpu-vm intel
fi
execution-strategy:
combination-filter: '
!(platform=="amd")'
!(platform == "intel" && platform != "vm")'

properties:
- build-discarder:
Expand Down

0 comments on commit 80fd7ae

Please sign in to comment.