Skip to content

Commit

Permalink
Add estimated durations for GPU passthrough tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-avalos committed Jan 22, 2025
1 parent 0f8f4d7 commit 42c0bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/gpgpu/units/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ requires:
package.name == 'lxd' or package.name == 'lxd-installer' or snap.name == 'lxd'
category_id: gpgpu
plugin: shell
estimated_duration: 1m 45s
command: gpu_passthrough.py --vendor=nvidia --pci={pci_device_name} lxd
_purpose: Creates a LXD container and passes {pci_device_name} GPU through
_summary: Test LXD GPU passthrough on NVIDIA GPU {pci_device_name}
Expand All @@ -97,6 +98,7 @@ requires:
package.name == 'lxd' or package.name == 'lxd-installer' or snap.name == 'lxd'
category_id: gpgpu
plugin: shell
estimated_duration: 12m
command: gpu_passthrough.py --vendor=nvidia --pci={pci_device_name} lxdvm
_purpose: Creates a LXD virtual machine and passes {pci_device_name} GPU through
_summary: Test LXD VM GPU passthrough on NVIDIA GPU {pci_device_name}
Expand Down

0 comments on commit 42c0bb7

Please sign in to comment.