Skip to content

Commit

Permalink
Fix missing hw definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Nov 4, 2024
1 parent 73407d2 commit ceee344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- os: "gpu-fedora"
context: "Fedora with GPU GV100 (Tesla V100)"
compose: "Fedora-41"
tmt_hardware: '{"gpu": {"device-name": "", "vendor-name": "NVIDIA"}}'
tmt_hardware: '{"gpu": {"device-name": "GV100 (Tesla V100)", "vendor-name": "NVIDIA"}}'
hardware: "GV100"
- os: "gpu-fedora"
context: "Fedora with GPU GA100 (A100)"
Expand Down

0 comments on commit ceee344

Please sign in to comment.