Skip to content

Commit 66ac095

Browse files
committed
Update GA with new hardware variable
os is remove from matrix. Only includes are present.
1 parent f752108 commit 66ac095

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rpm-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ jobs:
2323
context: "Fedora with GPU GK210 (Tesla K80)"
2424
compose: "Fedora-41"
2525
tmt_hardware: '{"gpu": {"device-name": "GK210 (Tesla K80)", "vendor-name": "NVIDIA"}}'
26-
hardware: ";GPU=GK210"
26+
hardware: "GK210"
2727
- os: "gpu-fedora"
2828
context: "Fedora with GPU GV100 (Tesla V100)"
2929
compose: "Fedora-41"
3030
tmt_hardware: '{"gpu": {"device-name": "GV100 (Tesla V100)", "vendor-name": "NVIDIA"}}'
31-
hardware: ";GPU=GV100"
31+
hardware: "GV100"
3232
- os: "gpu-fedora"
3333
context: "Fedora with GPU GA100 (A100)"
3434
compose: "Fedora-41"
3535
tmt_hardware: '{"gpu": {"device-name": "GA100 (A100)", "vendor-name": "NVIDIA"}}'
36-
hardware: ";GPU=GA100"
36+
hardware: "GA100"
3737
- os: "gpu-fedora"
3838
context: "Fedora with GPU GH100 (H100)"
3939
compose: "Fedora-41"
4040
tmt_hardware: '{"gpu": {"device-name": "GH100 (H100)", "vendor-name": "NVIDIA"}}'
41-
hardware: ";GPU=GH100"
41+
hardware: "GH100"
4242
- os: "c9s"
4343
context: "CentOS Stream 9"
4444
compose: "CentOS-Stream-9"

0 commit comments

Comments
 (0)