Skip to content

Commit

Permalink
Fix template jobs
Browse files Browse the repository at this point in the history
Was using invalid `name`
  • Loading branch information
pedro-avalos committed Oct 17, 2024
1 parent f54232c commit e3571a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions providers/gpgpu/units/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ requires:
category_id: gpgpu
plugin: shell
command: virtualization.py lxd vgpu --gpu-vendor=nvidia --gpu-pci={pci_device_name}
_purpose: Creates a LXD container and passes {name} GPU through
_summary: Test LXD GPU passthrough on NVIDIA GPU {index}
_purpose: Creates a LXD container and passes {pci_device_name} GPU through
_summary: Test LXD GPU passthrough on NVIDIA GPU {pci_device_name}

unit: template
template-resource: graphics_card
Expand All @@ -73,5 +73,5 @@ requires:
category_id: gpgpu
plugin: shell
command: virtualization.py lxdvm vgpu --gpu-vendor=nvidia --gpu-pci={pci_device_name}
_purpose: Creates a LXD VM and passes {name} GPU through
_summary: Test LXD VM GPU passthrough on NVIDIA GPU {index}
_purpose: Creates a LXD VM and passes {pci_device_name} GPU through
_summary: Test LXD VM GPU passthrough on NVIDIA GPU {pci_device_name}

0 comments on commit e3571a4

Please sign in to comment.